Files
Bubberstation/code/modules/ruins/spaceruin_code/hellfactory.dm
ArcaneMusic 382b91dc64 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 :(
2020-02-15 23:44:14 -08:00

33 lines
1.0 KiB
Plaintext

/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"