mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-27 10:02:12 +00:00
* 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 :(
33 lines
1.0 KiB
Plaintext
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"
|