mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-18 03:26:31 +01:00
Merge branch 'master' into master
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