Nemanja
60dd9f8951
Fix keyboard sounds not playing when opening a computer UI ( #24348 )
...
Fix keyboard sounds not playing on UI open
2024-01-21 18:36:03 +11:00
metalgearsloth
fda8035a5e
Make radarcontrol use approx grids ( #24360 )
2024-01-21 18:15:12 +11:00
metalgearsloth
b057ec6104
Content grid merging ( #22448 )
...
Mainly fixing thruster bugs
2024-01-21 17:41:10 +11:00
Krunklehorn
b126aadd9c
Cancel CanBuckle before popup for foldable items ( #24358 )
...
* Cancel CanBuckle before popup for foldable items
* Moved to FoldableSystem
2024-01-21 17:32:47 +11:00
PJBot
8f1d67014c
Automatic changelog update
2024-01-21 01:32:18 +00:00
Ed
b3b64e6cf2
The glowing forest anomaly ( #24351 )
...
* sans
* Papyrus
* add to game
* tweak stick
* fixes
* Update Resources/Prototypes/Entities/Objects/Misc/kudzu.yml
Co-authored-by: Kara <lunarautomaton6@gmail.com >
* Update Resources/Prototypes/Entities/Structures/Specific/Anomaly/anomalies.yml
Co-authored-by: Kara <lunarautomaton6@gmail.com >
---------
Co-authored-by: Kara <lunarautomaton6@gmail.com >
2024-01-20 17:31:12 -08:00
Nemanja
691c3d55b8
Allow chemical-fueled generators to use multiple reagents ( #24258 )
...
multi-reagent generators
2024-01-20 17:25:52 -08:00
github-actions[bot]
ecc21d8f52
Update Credits ( #24352 )
...
Co-authored-by: PJBot <pieterjan.briers+bot@gmail.com >
2024-01-20 20:25:15 -05:00
GreyMario
1085dbef65
Remove ability to start pulling while inside a container ( #24235 )
...
* why was this even possible
* what coding at 6am does to a mf
2024-01-20 18:40:01 -05:00
PJBot
9efa01d712
Automatic changelog update
2024-01-20 23:39:32 +00:00
Ubaser
949b07dce0
Buff potassium availability from bananas ( #24257 )
...
* banana
* yes
2024-01-20 18:39:10 -05:00
Alekshhh
113ee78d69
Cerberus Wideswing ( #24328 )
...
arf
2024-01-20 18:38:26 -05:00
Nim
6a0c800492
Add snake kebab ( #24341 )
...
* add snake kebab
* fix sprite
* just meat
2024-01-20 18:38:10 -05:00
Kot
4f307a49be
Fix issue where round could reset all job priorities to high ( #24340 )
...
* Update job priorities when job requirements are getting updated
* Sort jobs by weight and then by the name
* Sort departments too
2024-01-20 17:03:10 -05:00
PJBot
0312196887
Automatic changelog update
2024-01-20 18:03:18 +00:00
Trevor Day
25cde97d35
Add admin log messages for gamerule addition and end ( #24092 )
...
* Add admin log messages for gamerule addition and end
* Use EventRan end EventStopped LogTypes instead of new GameRule logtype
* Apply suggestions from code review
---------
Co-authored-by: Chief-Engineer <119664036+Chief-Engineer@users.noreply.github.com >
2024-01-20 12:02:12 -06:00
Ilya246
bd4a0b93c8
fix scram implant uplink desc ( #24336 )
...
fix
2024-01-20 18:05:09 +03:00
Errant
efdc6f8d4c
Beacon localization ( #24138 )
...
* localize beacons
* No not like that
* Tesla beacons were already depreciated, time to give the reaper their due
* Entity name fallback
* The real treasure was the far easier solution we missed along the way
* weh
* Shared mapinit
* fix RT version
* a single line break
2024-01-20 19:59:41 +11:00
PJBot
18a111bb36
Automatic changelog update
2024-01-20 06:23:25 +00:00
metalgearsloth
bbbacf996b
Fix drag-drop buckle sound playing twice ( #24321 )
...
Buckle refactor somedayTM.
2024-01-20 01:22:19 -05:00
metalgearsloth
4a13dbea76
Fix some test warnings ( #24324 )
...
Extracted from smug's pr.
2024-01-20 17:15:10 +11:00
PJBot
f10ecf4410
Automatic changelog update
2024-01-20 05:12:07 +00:00
Alzore
542aa11d8e
Make crushers not craftable/researchable ( #24319 )
...
* nomorecrushersci
* nocomment
2024-01-20 16:11:01 +11:00
PJBot
28f0387ad5
Automatic changelog update
2024-01-20 04:58:11 +00:00
Kacper Urbańczyk
1ff31f8b7a
Change what items can be fultoned while stopping anchored items from fultoning ( #20628 )
...
* Check and restrict players from fultoning their equipped items
* Changed fulton whitelist to items and anchorables
* Stop from anchored items being fultoned
* Moved containermanager check to CanFulton function
* review
---------
Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com >
2024-01-20 15:57:05 +11:00
metalgearsloth
87f324b648
Cargo fixes ( #24318 )
...
Wrong button.
2024-01-20 15:07:07 +11:00
Nemanja
21e77dffb0
Fix cargo product groups ( #24212 )
2024-01-20 14:47:08 +11:00
PJBot
0b37dbbfbd
Automatic changelog update
2024-01-20 03:41:06 +00:00
Hannah Giovanna Dawson
5af1d0ea8b
Fixes round restart audio clipping ( #24044 )
...
* Fix round end audio clipping
* weh
---------
Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com >
2024-01-20 14:40:00 +11:00
metalgearsloth
ed2fa96ca0
Add netserializable to test doafter ( #24313 )
...
Might fix the test failure
2024-01-20 13:53:39 +11:00
PJBot
a65e3eeb8f
Automatic changelog update
2024-01-20 02:51:20 +00:00
Arendian
e89be95d4c
Prevent EntityStorages from being opened while inside another container ( #24253 )
...
* Prevent EntityStorages from being opened while inside a mech.
* compressed into few lines
* unneeded line
* Popup client
---------
Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com >
2024-01-20 13:50:14 +11:00
PJBot
91e8234a57
Automatic changelog update
2024-01-20 02:36:50 +00:00
Agoichi
559ff13a12
Rebalance of Lobbying bundle ( #24303 )
...
* Rebalance of Lobbying bundle
- More money, mickey (5000 -> 30000)
- Added trader`s rubberstump for high iq players
- Phone to call upper managment
- Some fancy and absolutely unsuspicious clothings
- Patriotic Flag for the most valuable lobist of Syndicate
* Thief problem fix
Thief now have have separate lobbying bundle, now it calls bribing bundle
* Fixing
Money count, suffix
* Hi
Fixing money
2024-01-20 13:35:44 +11:00
metalgearsloth
34806400bd
Revert "Adds more grindables ( #24267 )" ( #24311 )
...
This reverts commit 16a1f2f16a .
2024-01-20 13:32:57 +11:00
PJBot
df768b289e
Automatic changelog update
2024-01-20 02:30:19 +00:00
Drayff
f71df97b5e
Toolboxes ( #24305 )
...
* Added animations for opening toolboxes
* Fix cow toolbox
2024-01-20 13:29:13 +11:00
PJBot
f33a3f98cd
Automatic changelog update
2024-01-20 02:23:21 +00:00
Scribbles0
7a2e500f68
Unrevivable trait ( #24226 )
...
* unrevivable trait + remove unclonable remnants
* cleanup
* change to hascomp
2024-01-20 13:22:15 +11:00
PJBot
ac809c4929
Automatic changelog update
2024-01-20 00:46:10 +00:00
Nemanja
73e94dfa92
Lathe Categories ( #24247 )
...
* Lathe Categories
* serilog my beloathed
2024-01-19 17:45:03 -07:00
Ubaser
7583662672
Update Rod and Transit evacuation shuttles ( #24296 )
...
add
2024-01-19 13:42:22 -07:00
Ubaser
0a71f8a450
Update Core ( #24294 )
...
add
2024-01-19 13:41:14 -07:00
Ubaser
00e770d4dc
Update Trade Station ( #24295 )
...
add
2024-01-19 13:41:00 -07:00
Ubaser
a6e16d9961
Mustard, ketchup and mayonnaise now tastes distinct ( #24297 )
...
add
2024-01-19 11:42:47 -05:00
Ubaser
08c7386074
Fix reagents obtained from grinding iron ore. ( #24215 )
...
add
2024-01-19 19:08:38 +03:00
Flareguy
16a1f2f16a
Adds more grindables ( #24267 )
...
* Adds more grindables
* fuc
* A
2024-01-19 10:48:18 -05:00
PJBot
f44661c82a
Automatic changelog update
2024-01-19 15:36:08 +00:00
SpeltIncorrectyl
fd673cf6e3
Can emag artifact crusher ( #23957 )
...
* initial commit
* made it emaggable
* removed OnAttemptEmagEvent
* moved emagging to shared
* added local file to git
2024-01-19 10:35:02 -05:00
PJBot
884c866e4d
Automatic changelog update
2024-01-19 15:34:15 +00:00