PJBot
a0ef431255
Automatic changelog update
2024-11-03 11:26:38 +00:00
Plykiya
912ac2c069
Bugfix: Wielding now uses identity system. ( #33134 )
...
Make wielding system use identity
2024-11-03 12:25:30 +01:00
github-actions[bot]
d2a487dc9e
Update Credits ( #33125 )
...
Co-authored-by: PJBot <pieterjan.briers+bot@gmail.com >
2024-11-03 02:21:44 +01:00
Flareguy
d993582d00
Fix broken computer white shadows ( #33103 )
...
fix broken computer white shadows
2024-11-03 00:16:18 +01:00
Flareguy
4a39341e46
Delete conveyor_old.rsi ( #33102 )
2024-11-02 23:23:40 +01:00
RiceMar1244
0ba3350c7e
Combat and survival knife storage/inhand sprites ( #33111 )
...
* Adds storage sprites for combat knife and survival knife. Replaces inhand sprites.
* Fixes meta.json copyright
2024-11-02 14:55:15 -05:00
Milon
6f1eeba191
change ShowHealthBars and ShowHealthIcons to use protoId ( #32355 )
...
use protoId
2024-11-02 17:59:38 +01:00
Scribbles0
65462d8ca5
Cardboard Box Capacity 4 -> 5 ( #32743 )
...
* capacity upgrade
* comment update
2024-11-02 17:21:35 +01:00
PJBot
a3ce9b0db4
Automatic changelog update
2024-11-02 15:13:31 +00:00
joshepvodka
8c1281adf7
Adds headphones to loadouts ( #33067 )
...
added headphones to trinkets
2024-11-02 16:12:25 +01:00
PJBot
db4b2e0a6f
Automatic changelog update
2024-11-02 15:05:28 +00:00
Centronias
e7ca4b8f2f
Intercoms and Radios both pick up proximate speech ( #32737 )
...
* Deduping of recent messages should consider the channel it's being sent to
* rerun actions
2024-11-02 16:04:22 +01:00
PJBot
7614c2fba7
Automatic changelog update
2024-11-02 13:25:14 +00:00
deltanedas
11f0dc420f
clean up tools lathe recipes ( #31521 )
...
* clean up tools lathe recipes
* add medical and cooking tools
* add result
* add result to others
* review
* engine
---------
Co-authored-by: deltanedas <@deltanedas:kde.org>
2024-11-02 14:24:08 +01:00
PJBot
131e492e6f
Automatic changelog update
2024-11-02 13:22:16 +00:00
nikthechampiongr
9520e829de
Allow for the ai's laws to be changed from its core and eye ( #32461 )
...
* Allow for the ai's laws to be changed from its core and eye
* Address reviews
2024-11-02 14:21:10 +01:00
PJBot
d1ab60f7bb
Automatic changelog update
2024-11-02 13:20:40 +00:00
AftrLite
4f68315584
Adds a new AME sound effect! ( #33097 )
...
* Changes the AME sound effect to not be the default MetalThud.
* Was told on discord to make a minor change to autorerun the tests due to the Build & Test Debug failing!
* Attribution and licensing, as requsted by deathride58
* Fixes the high-pitched squeak audible to some people!
* Audio file tweaked by SlamBamActionMan to eliminate a weird squeak they were still able to hear. Thanks!
2024-11-02 14:19:33 +01:00
PJBot
2a6314bf90
Automatic changelog update
2024-11-02 10:08:58 +00:00
Ubaser
1c2fd6a11b
Service workers antagonist fix. ( #31359 )
...
* add
* Revert "add"
This reverts commit 25da34b0fead5812fe5800c9bf5dd7b10ef48d7d.
* antagonism allowed™️
2024-11-02 05:07:51 -05:00
PJBot
fcbf515203
Automatic changelog update
2024-11-02 09:54:25 +00:00
K-Dynamic
b000a3e387
Hasten handcraft gauze recipe & decrease techfab gauze cost ( #32744 )
...
* med lathe gauze price reduction
* gauze craft doafter time
* 3 second doafter craft
2024-11-02 10:53:18 +01:00
PJBot
7276fff9c1
Automatic changelog update
2024-11-02 09:52:51 +00:00
K-Dynamic
05ae40400c
Pills are explosion resistant (partially reverts #15851 ) ( #32458 )
...
* idk how to revert a pr so I just deleted some lines
* pill destructible with explosion resistance
* comment for explosion resist
* "and" to "but"
---------
Co-authored-by: SlamBamActionman <83650252+SlamBamActionman@users.noreply.github.com >
2024-11-02 20:51:44 +11:00
PJBot
51b8101dc2
Automatic changelog update
2024-11-02 09:30:23 +00:00
metalgearsloth
1c8eed8b45
Add on-call functionality for adminning ( #30443 )
...
* Add on-call functionality for adminning
The first time an ahelp gets SOS it gets relayed to the specified channel with the specified ping. Every time after that it doesn't until it gets a non-SOS response received.
* Remove redundant name
Pretty sure this already gets chucked on the name of the msg itself I think it just didn't show in screenshot because they were subsequent.
* Update Content.Server/Administration/Systems/BwoinkSystem.cs
Co-authored-by: Chief-Engineer <119664036+Chief-Engineer@users.noreply.github.com >
---------
Co-authored-by: Chief-Engineer <119664036+Chief-Engineer@users.noreply.github.com >
Co-authored-by: deathride58 <deathride58@users.noreply.github.com >
2024-11-02 10:29:16 +01:00
PJBot
2537bff7ba
Automatic changelog update
2024-11-02 01:34:34 +00:00
Vasilis
957b8de89b
Add cvars to votekick to customize requirements for the initiator. ( #32490 )
2024-11-01 21:34:23 -04:00
Brandon Li
26194e2f41
Fix ItemSlotSystem popup Logic ( #28856 )
...
* move popup call out of `CanInsert` into `OnInteractUsing`
* im stupid and `reason` is completely unnecessary
Signed-off-by: Brandon Li <sirbrandonthenerd@gmail.com >
* return early when `itemSlots.Slots.Count == 0`
* tweak logic for triggering popups
* change popup logic again
* Consolidate whitelist check
* Get any popup message not just last failed slot
* Apply suggestions from code review
Co-authored-by: chromiumboy <50505512+chromiumboy@users.noreply.github.com >
* yoink
Co-authored-by: ShadowCommander <10494922+ShadowCommander@users.noreply.github.com >
---------
Signed-off-by: Brandon Li <sirbrandonthenerd@gmail.com >
Co-authored-by: ShadowCommander <10494922+ShadowCommander@users.noreply.github.com >
Co-authored-by: chromiumboy <50505512+chromiumboy@users.noreply.github.com >
2024-11-01 20:33:26 -05:00
Preston Smith
146ae8a6a6
Give Nukies a Hand Labeler ( #33053 )
...
* Add hand-labeler to nukie planet
* Rearrange nukie chem table
2024-11-02 01:44:15 +01:00
UBlueberry
3382743086
Minor antagonist guidebook changes ( #32824 )
...
* took a two month nap. accidentally pushed too many buttons. let's try this again. added thieves to antagonists.xml
* even after that nap, i don't feel well-rested at all.
* please don't kill me for using webedit
* capitalization, typo
* Apply suggestions from code review (more period moving)
Thanks Evan, very cool
Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com >
* guess you could say im not pro-proper noun
* typo
* Update Resources/ServerInfo/Guidebook/Antagonist/Nuclear Operatives.xml
* ok
Co-authored-by: SlamBamActionman <83650252+SlamBamActionman@users.noreply.github.com >
---------
Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com >
Co-authored-by: SlamBamActionman <83650252+SlamBamActionman@users.noreply.github.com >
2024-11-02 01:42:20 +01:00
PJBot
844a92026f
Automatic changelog update
2024-11-01 06:23:45 +00:00
Minemoder5000
b8a98de784
Remove CargoPallet component from the cargo pallet ( #33022 )
...
* Change cargo shuttle pallets to catwalks.
* Remove CargoPallet component from the cargo pallet.
* Undo cargo shuttle changes.
2024-11-01 09:22:38 +03:00
metalgearsloth
d7a1753c7d
Add CanLoad for biomes ( #33050 )
...
CPUJob to come later.
2024-10-31 23:18:06 -04:00
deltanedas
c9cd778133
add IsMemberOfAny to faction system ( #32975 )
...
* add IsMemberOfAny to faction system
* pro
---------
Co-authored-by: deltanedas <@deltanedas:kde.org>
2024-10-31 21:34:27 -05:00
PJBot
c8259c6c0f
Automatic changelog update
2024-11-01 02:33:34 +00:00
ScarKy0
e17d152838
Borgs can no longer see mindshield + AI can no longer toggle off seeing job icons ( #33069 )
...
* :(
* Removed the sprite + updated RSI
2024-10-31 21:32:28 -05:00
PJBot
b1a8eee52f
Automatic changelog update
2024-11-01 02:07:53 +00:00
RumiTiger
6ce80d914d
Muffins ( #29318 )
...
* Update meta.json
* Add files via upload
* Update misc.yml
* Update meal_recipes.yml
* Update meta.json
* Add files via upload
* Update plate.yml
* Update food_baked_single.yml
* Update dinnerware.yml
* Update cooking.yml
* Update misc.yml
* Add files via upload
* Delete Resources/Textures/Objects/Consumable/Food/Baked/misc.rsi/muffin-cherry.png
* Add files via upload
* Update meta.json
* Update misc.yml
* Update meal_recipes.yml
* Update meta.json
* Fix meta.json
* Fix meta.json again
* Update misc.yml
* Update misc.yml
* Update misc.yml
* Update misc.yml
* Update meta.json
* Update meta.json
* Update misc.yml
* Update meal_recipes.yml
* Update Resources/Prototypes/Entities/Objects/Consumable/Food/Baked/misc.yml
Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com >
* Update dinnerware.yml
* Delete cherry
* Add files via upload
* Delete banana
* Add banana
* Delete chocolate
* Add chocolate
* lathe recipe fix
---------
Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com >
2024-10-31 22:06:46 -04:00
PJBot
25b3898b28
Automatic changelog update
2024-11-01 02:05:15 +00:00
PopGamer46
d708a150e1
Fixes bolt lights of previously unpowered bolted doors ( #33063 )
...
fix
2024-10-31 22:04:08 -04:00
PJBot
973aeb1aaa
Automatic changelog update
2024-11-01 01:54:01 +00:00
SlamBamActionman
06da4fcc60
Allow votekicks to be initiated in the lobby ( #32528 )
...
Initial commit
2024-10-31 21:52:55 -04:00
SlamBamActionman
b3190b8935
Lower in-round votekick requirements ( #32953 )
...
Initial commit
2024-10-31 21:47:59 -04:00
PJBot
59f1287aa3
Automatic changelog update
2024-11-01 01:44:18 +00:00
Khoa Nguyen
835d0b4d4a
Fixed trash not being spawned when throwing pies ( #33013 )
...
* Fixed trash not being spawned when throwing pies
* Completely removed trash component flag check prior to the spawn loop
2024-10-31 21:43:11 -04:00
Moomoobeef
cf0d6c482e
ExaminableDamage now puts its message at the bottom and in color ( #32820 )
...
* the examineableDamage component now puts its messages at the bottom, and in color
* god help us if something is priority -100 :godo:
2024-11-01 01:21:05 +01:00
PJBot
45aa782ec4
Automatic changelog update
2024-10-31 21:32:04 +00:00
deathride58
56d62311b1
Fixes tailthump breaking positional audio by making it mono ( #33092 )
2024-10-31 22:30:58 +01:00
Vasilis
2282e3c352
Revert #28358 ( #33090 )
2024-10-31 19:51:44 +01:00