Commit Graph

31100 Commits

Author SHA1 Message Date
ScarKy0 c50242d7d7 BorgChassis transfer their mind to a dropped BorgBrain fix (#34464)
Fix
2025-01-28 04:31:25 +00:00
PJBot 0a8012e3d0 Automatic changelog update 2025-01-28 04:31:25 +00:00
Gansu 5cb595bc62 fix for climbable pianos (#33690)
fix for climable pianos

Co-authored-by: aa5g21 <aa5g21@soton.ac.uk>
2025-01-28 04:31:25 +00:00
ApolloVector 15bdac387b Fix the HoS mantle metashield break (#33831)
Changes 'nukies' to 'syndicate agents' in the HoS mantle's description.
2025-01-28 04:31:25 +00:00
PJBot c4748932c0 Automatic changelog update 2025-01-28 04:31:25 +00:00
Patrik Caes-Sayrs 54c5af5c10 FIX: Uranium, Cak, and BreadDog are not garbage! (#34192)
* FIX: Uranium, Cak, and BreadDog are not garbage!

* Fixed bread typo for spacegarbage change.

* Style: moved ediblebase

* Update Resources/Prototypes/Entities/Objects/Consumable/Food/Baked/bread.yml

* Update Resources/Prototypes/Entities/Objects/Consumable/Food/Baked/cake.yml

---------

Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com>
2025-01-28 04:31:25 +00:00
eoineoineoin 9544aa9ddd Fix inconsistent borg flashlight state (#33027)
* Fix borg light being stuck on if no cell is inserted

* Fix HandheldLightComponent.Activted becoming out of sync with SharedPointLightComponent.Enabled

* Fix for entities which don't have a handheld light component
2025-01-28 04:31:25 +00:00
PJBot c289851117 Automatic changelog update 2025-01-28 04:31:24 +00:00
PJBot ddcd94b958 Automatic changelog update 2025-01-28 04:31:24 +00:00
SlimSlam 3ad3b13e91 Space Ruins Variant (#34445)
* Space Ruins Variant

* Updated File

* Added Goliaths/Removed some mobs
2025-01-28 04:31:24 +00:00
Southbridge 2cbe3acc99 New and Modified Map Spawners (#34424)
* Added spanwers and modified others

* adjusted values to be more in line with what I want

* this comment may have caused that test fail

* oh my god another typo

* Modified door crate to be engineering flavored

* reduced the pride vendor odds

Webedit lmao
2025-01-28 04:31:24 +00:00
PJBot cb4ccc6084 Automatic changelog update 2025-01-28 04:31:24 +00:00
themias f3d4b496a9 Fix DNA scrambler updating station record (#34091)
* Fix DNA scrambler updating station record

* Update Content.Server/Implants/SubdermalImplantSystem.cs

---------

Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com>
2025-01-28 04:31:24 +00:00
PJBot 74dab7b5fe Automatic changelog update 2025-01-28 04:31:24 +00:00
Zachary Higgs 61225afc89 Fix Mixed puddles not updating slips when evap (#34303)
* Fix Mixed puddles not updating slips when evap

* Remove Comment that isn't needed

Co-authored-by: Centronias <charlie.t.santos@gmail.com>

* CR - use SolutionContainerSystem.UpdateChemicals

* CR - cleanup unused imports

---------

Co-authored-by: Centronias <charlie.t.santos@gmail.com>
2025-01-28 04:31:24 +00:00
PJBot b527f44d03 Automatic changelog update 2025-01-28 04:31:24 +00:00
Myra 0f938dbddd Add a CCVar to allow from hiding admins in the reported player count. (#34406)
Good for:
- Keeping admins hidden
- Not confuse players seeing 84/80 players

Nicely pairs up with the ``admin.admins_count_for_max_players`` ccvar
2025-01-28 04:31:24 +00:00
Myra c4b22fca82 Remove baby jail (#34443)
* Remove baby jail

Closes #33893

* Test fail fix.
2025-01-28 04:31:23 +00:00
PJBot 95ec7a0290 Automatic changelog update 2025-01-28 04:31:23 +00:00
Ed 3b7ed0eb31 Remove christmas anomaly spawn (#34053)
Update anomaly.yml
2025-01-28 04:31:23 +00:00
PJBot 98198813f5 Automatic changelog update 2025-01-28 04:31:23 +00:00
kosticia f967a14b25 Printable bedsheets (#34034)
* Bedsheets

* that one fixes yellow bedsheet and delete american bedsheet
2025-01-28 04:31:23 +00:00
PJBot a6b2a7c15e Automatic changelog update 2025-01-28 04:31:23 +00:00
Alpaccalypse 0e692c48fc Smite vending machine (#34420)
* Added smite machine to YAML

* Added smite ads and inventory

* Added smite vendor sprites

* Changed the description of the machine to not repeat and ad line.

* Added newline to end of inventory .yml

* Corrected erroneous edit.

* Tweaked all sprites

* Added tesla toy to contraband. Reduced number of drinks available

* Reduced soda varieties but increased can numbers.

* Removed tesla toy from contraband inventory

* Removed speech component from vending machines that already inherit it

* Moved Sprite component to top of list

* Added Smite vendors to random spanwers

* Alphabetised spawn prototypes, commented where name is unclear
2025-01-28 04:31:23 +00:00
PJBot b2f25a3307 Automatic changelog update 2025-01-28 04:31:23 +00:00
ArtisticRoomba 9971868734 Make Mime PDA interactions silent (#34426)
* make insert and eject datafields in ItemSlotsComponent.cs nullable, make mime PDA silent

* make it so that you can't fit wirecutters into the slots, among other various things
2025-01-28 04:31:23 +00:00
PJBot b3a08f915b Automatic changelog update 2025-01-28 04:31:23 +00:00
ArtisticRoomba 46795dc2bf Remove the ability to print the station anchor circuit board (#34358)
remove the ability to print the station anchor circuit board
2025-01-28 04:31:23 +00:00
Hyper B fb9e7f401c Fix nonsensical RegEx for name restriction (#34375)
* Fixed nonsense RegEx

"-" character is a range, caused an error.
No need for "," to repeat so much, it's not a separator.
"\\" - just why?

* Further optimized RegEx structure

Added:
"@" delimiter for consistency
"/" to escape "-" for good and to avoid further problems
2025-01-28 04:31:22 +00:00
Alpha-Two bb7f072dca Replace ERT Medic's Advanced Medkits with 2 Combat Medkits (#34380)
Replaced Adv kits with 2 combat kits
2025-01-28 04:31:22 +00:00
Alpaccalypse d9444ebe9a Added missing details from worn capes to head of department beadsheets (#34396)
* Added key and missing details from worn cape to HOP bedsheet

* Corrected canvas size for sprite

* Subtle tweak to shading to reduce color blurring at pillow edge

* Matched Hue and tone to cape

* Tweak chekered pattern marks for gold trim

* Removed accidental palette inclusion

* Clearer wording and corrected attribution name.

* Tweaked shading on key image to fit in better with bed aesthetics

* Added CE cape icon to bedsheet

* Added cape image to HOP bedsheet. Made gold trim better match cape visuals

* RD cape icon added. Colour tweaked to better match cape.

* Updates json

* Tweaks to gold trim shading to match bed aesthetics

* Added better shading for HOP sheet side. Halved file size.

* Optimised HOS RD and CE sheet sprites

* Corrected sprite title in attribution
2025-01-28 04:31:22 +00:00
Alpha-Two 97a70a7a73 Fixed Thief starting gear failing on specific bag inventories. (#34430)
Fixed it yayyy
2025-01-28 04:31:22 +00:00
PJBot 7b33ad6eb1 Automatic changelog update 2025-01-28 04:31:22 +00:00
Palladinium f93e6513f3 Add Discord webhook on watchlist connection (#33483) 2025-01-28 04:31:22 +00:00
PJBot 76e5f25571 Automatic changelog update 2025-01-28 04:31:22 +00:00
themias 6494b5d786 Fix muzzle accent (#34419) 2025-01-28 04:31:22 +00:00
Pieter-Jan Briers 539a31354a Minor client packaging changes (#33787) 2025-01-28 04:31:22 +00:00
Pieter-Jan Briers 1dc9cc6d2e STAThread client content start (#34212) 2025-01-28 04:31:22 +00:00
PJBot 4732c4f72f Automatic changelog update 2025-01-28 04:31:22 +00:00
Pieter-Jan Briers 6f6888d339 Persist deadmin to database, add admin suspension system (#34048) 2025-01-28 04:31:22 +00:00
Pieter-Jan Briers 7979aef7e7 Disable meta-atlas for big rare RSIs (#33643) 2025-01-28 04:31:21 +00:00
Pieter-Jan Briers 5659c343f4 Fix bad Rider analysis error in AccessOverriderWindow.xaml.cs (#34213) 2025-01-28 04:31:21 +00:00
Julian Giebel d9d2393f7b Adds omnisexual pin (#34439)
* Make important change (#7)

This is to help julian test his bot

* Omnibus

* Remove random test file from testing a gh bot

* Add pin to vendor, spawners and loadout

---------

Co-authored-by: nikthechampiongr <32041239+nikthechampiongr@users.noreply.github.com>
2025-01-28 04:31:21 +00:00
PJBot 9c0c746248 Automatic changelog update 2025-01-28 04:31:21 +00:00
Killerqu00 f670e51f50 craftable pet carrier (#34431)
* craftable pet carrier

* epic integration test fail

* Update Resources/Prototypes/Recipes/Crafting/improvised.yml

Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com>

* Update Resources/Prototypes/Recipes/Crafting/Graphs/storage/pet_carrier.yml

Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com>

* Update Resources/Prototypes/Recipes/Crafting/Graphs/storage/pet_carrier.yml

Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com>

* Update Resources/Prototypes/Entities/Objects/Misc/pet_carrier.yml

Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com>

* extra tab begone

* epic linter fail

* how did linter not see this???

---------

Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com>
2025-01-28 04:31:21 +00:00
Myra e429220bcd Fix IPIntel causing frequent errors with the cleanup job. (#34428)
Co-authored-by: Pieter-Jan Briers <pieterjan.briers@gmail.com>
2025-01-28 04:31:21 +00:00
PJBot 9db3f61f2c Automatic changelog update 2025-01-28 04:31:21 +00:00
deltanedas 916c0fff69 use upstream pride-o-mat now 2025-01-28 04:31:17 +00:00
Southbridge 142e141faf Porting Pride-O-Mat to Upstream (#34412)
* Pride-O-Mat (#1322)

* Added Pride-O-Mat

* Yep

* Updated license to the correct one

* Added more lines, reconfigured settings a bit, also added cloaks to inventory, set coder socks to emag inventory

* Removed bunny ears, fixed typo

* Made requested changes 

Webedit lmao

---------

Co-authored-by: Dorragon <101672978+Dorragon@users.noreply.github.com>
2025-01-28 03:22:23 +00:00
PJBot 8a900323d1 Automatic changelog update 2025-01-28 03:21:20 +00:00