mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-20 04:26:03 +01:00
Adds a new expansion card to nukie base, and buffs nukie ordnance (#90967)
## About The Pull Request Rearranges some stuff in nukie base and adds a freezer line into the chamber, with a electrizer for hydrogen. Adds a pipe scrubber so nukies can clean the pipeline out faster and adds a new keycard the janitorial closet for 10 TC coming with neccesary janitor equipment and a water vapour canister!  ## Why It's Good For The Game Crew can already make hydrogen pretty fast and usually suicide bomb nukies with it, this allows nukies (who think a little out of the box to do the same with the crew, adding more setups possible with the ordnance section and some quality of life aswell like a door letting the person trough it ## Changelog 🆑 Ezel add: Nuke ops can now buy a keycard to access their new custodial closet! map: Rearranges nuke ordnance room, and adds the custodial closet /🆑
This commit is contained in:
@@ -23,6 +23,12 @@
|
||||
color = "#636363"
|
||||
puzzle_id = "syndicate_fridge"
|
||||
|
||||
/obj/item/keycard/syndicate_custodial
|
||||
name = "Custodial Closet Access Card"
|
||||
desc = "A purple keycard with an image of a mop. Using this will allow you to gain access to the Custodial Closet, containing janitorial equipment and a canister of water vapour."
|
||||
color = "#9705b4"
|
||||
puzzle_id = "syndicate_custodial"
|
||||
|
||||
//keycard doors
|
||||
/obj/machinery/door/puzzle/keycard/syndicate_bomb
|
||||
name = "Syndicate Ordinance Laboratory"
|
||||
@@ -43,3 +49,8 @@
|
||||
name = "The Walk-In Fridge"
|
||||
desc = "Locked. Lopez sure runs a tight galley."
|
||||
puzzle_id = "syndicate_fridge"
|
||||
|
||||
/obj/machinery/door/puzzle/keycard/syndicate_custodial
|
||||
name = "Syndicate Custodial Closet"
|
||||
desc = "Locked. Looks like you'll need a special access key to get in"
|
||||
puzzle_id = "syndicate_custodial"
|
||||
|
||||
Reference in New Issue
Block a user