mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 21:18:37 +01:00
Adds a new Space Ruin, the Hell Factory. (#49186)
* The hell factory is born. Initial Commit. * Alright just makes sure to re-add the dmi files, so at least SOMEWHERE they exist * I somehow lost my pressure plate fix and didn't actually fix the conflict. * No, really, how did I break this so badly. Jesus christ. * Quick anti-cheese measures. * Made the map a bit more comfortable, APCs/ Keycard * mapmerge hook :(
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
/obj/machinery/door/keycard/office
|
||||
name = "management airlock"
|
||||
desc = "The boss man gets the best stuff. Always and forever."
|
||||
puzzle_id = "factory1"
|
||||
|
||||
/obj/item/keycard/office
|
||||
name = "management keycard"
|
||||
desc = "The Brewzone, first rate brewing and packaging. This one is labeled 'office'."
|
||||
color = "#f05812"
|
||||
puzzle_id = "factory1"
|
||||
|
||||
/obj/machinery/door/keycard/stockroom
|
||||
name = "stockroom airlock"
|
||||
desc = "The boss man gets the best stuff. Always and forever."
|
||||
puzzle_id = "factory2"
|
||||
|
||||
/obj/item/keycard/stockroom
|
||||
name = "stockroom keycard"
|
||||
desc = "The Heck Brewzone, first rate brewing and packaging. This one is labeled 'stockroom'."
|
||||
color = "#1272f0"
|
||||
puzzle_id = "factory2"
|
||||
|
||||
/obj/machinery/door/keycard/entry
|
||||
name = "secure airlock"
|
||||
desc = "The boss man gets the best stuff. Always and forever."
|
||||
puzzle_id = "factory3"
|
||||
|
||||
/obj/item/keycard/entry
|
||||
name = "secure keycard"
|
||||
desc = "The Heck Brewzone, first rate brewing and packaging. This one is labeled 'front door'."
|
||||
color = "#12f049"
|
||||
puzzle_id = "factory3"
|
||||
Reference in New Issue
Block a user