mirror of
https://github.com/KabKebab/GS13.git
synced 2026-08-30 08:30:08 +01:00
@@ -27,10 +27,10 @@
|
||||
list_reagents = list(/datum/reagent/blueberry_juice = 50)
|
||||
|
||||
/obj/item/reagent_containers/glass/beaker/fizulphite
|
||||
list_reagents = list(/datum/chemical_reaction/fizulphite = 50)
|
||||
list_reagents = list(/datum/reagent/consumable/fizulphite = 50)
|
||||
|
||||
/obj/item/reagent_containers/glass/beaker/extilphite
|
||||
list_reagents = list(/datum/chemical_reaction/extilphite = 50)
|
||||
list_reagents = list(/datum/reagent/consumable/extilphite = 50)
|
||||
|
||||
/obj/item/reagent_containers/glass/beaker/calorite_blessing
|
||||
list_reagents = list(/datum/reagent/consumable/caloriteblessing = 50)
|
||||
|
||||
+3640
-2755
File diff suppressed because it is too large
Load Diff
@@ -196,3 +196,13 @@
|
||||
name = "City of Cogs"
|
||||
icon_state = "purple"
|
||||
hidden = FALSE
|
||||
|
||||
|
||||
/area/fatlab //GS13 - move this elsewhere later
|
||||
name = "Mysterious Facility"
|
||||
icon_state = "centcom"
|
||||
dynamic_lighting = DYNAMIC_LIGHTING_FORCED
|
||||
requires_power = FALSE
|
||||
has_gravity = STANDARD_GRAVITY
|
||||
noteleport = TRUE
|
||||
flags_1 = NONE
|
||||
|
||||
Reference in New Issue
Block a user