mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-09 23:21:02 +01:00
small fixes
- fixed the gs13 chem beaker presets - fixed some small errors in fatlab cc area - added an area code for fatlab
This commit is contained in:
@@ -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)
|
||||
|
||||
+795
-753
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