mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 05:30:05 +01:00
[MIRROR] fixes unreachable tile in kilo cmo's office [MDB IGNORE] (#16866)
* fixes unreachable tile in kilo cmo's office (#70517) * fixes unreachable tile in kilo cmo's office Co-authored-by: ShizCalev <ShizCalev@users.noreply.github.com>
This commit is contained in:
@@ -38522,7 +38522,7 @@
|
||||
/obj/effect/decal/cleanable/blood/gibs/old,
|
||||
/obj/effect/spawner/random/structure/crate,
|
||||
/mob/living/simple_animal/chicken{
|
||||
atmos_requirements = list("min_oxy" = 0, "max_oxy" = 0, "min_tox" = 0, "max_tox" = 1, "min_co2" = 0, "max_co2" = 0, "min_n2" = 0, "max_n2" = 0);
|
||||
atmos_requirements = list("min_oxy"=0,"max_oxy"=0,"min_tox"=0,"max_tox"=1,"min_co2"=0,"max_co2"=0,"min_n2"=0,"max_n2"=0);
|
||||
desc = "A timeless classic.";
|
||||
name = "Kentucky"
|
||||
},
|
||||
@@ -42134,10 +42134,10 @@
|
||||
/obj/effect/turf_decal/tile/neutral{
|
||||
dir = 8
|
||||
},
|
||||
/obj/machinery/fax{
|
||||
fax_name = "Chief Medical Officer's Office";
|
||||
name = "Chief Medical Officer's Fax Machine"
|
||||
/obj/item/storage/medkit/regular{
|
||||
pixel_x = 2
|
||||
},
|
||||
/obj/item/healthanalyzer,
|
||||
/turf/open/floor/iron/dark,
|
||||
/area/station/command/heads_quarters/cmo)
|
||||
"lWw" = (
|
||||
@@ -47938,7 +47938,7 @@
|
||||
"nFN" = (
|
||||
/obj/machinery/igniter/incinerator_ordmix,
|
||||
/mob/living/simple_animal/chicken{
|
||||
atmos_requirements = list("min_oxy" = 0, "max_oxy" = 0, "min_tox" = 0, "max_tox" = 1, "min_co2" = 0, "max_co2" = 0, "min_n2" = 0, "max_n2" = 0);
|
||||
atmos_requirements = list("min_oxy"=0,"max_oxy"=0,"min_tox"=0,"max_tox"=1,"min_co2"=0,"max_co2"=0,"min_n2"=0,"max_n2"=0);
|
||||
desc = "A timeless classic.";
|
||||
name = "Kentucky"
|
||||
},
|
||||
@@ -64146,7 +64146,7 @@
|
||||
},
|
||||
/obj/item/reagent_containers/cup/glass/bottle/beer{
|
||||
desc = "A station exclusive. Consumption may result in seizures, blindness, drunkenness, or even death.";
|
||||
list_reagents = list(/datum/reagent/consumable/ethanol/thirteenloko = 30);
|
||||
list_reagents = list(/datum/reagent/consumable/ethanol/thirteenloko=30);
|
||||
name = "Kilo-Kocktail";
|
||||
pixel_x = 5;
|
||||
pixel_y = 5
|
||||
@@ -80930,16 +80930,16 @@
|
||||
/obj/effect/turf_decal/tile/neutral{
|
||||
dir = 8
|
||||
},
|
||||
/obj/item/storage/medkit/regular{
|
||||
pixel_x = 2
|
||||
},
|
||||
/obj/item/healthanalyzer,
|
||||
/obj/machinery/requests_console/directional/north{
|
||||
announcementConsole = 1;
|
||||
department = "Chief Medical Officer's Desk";
|
||||
departmentType = 5;
|
||||
name = "Chief Medical Officer's Requests Console"
|
||||
},
|
||||
/obj/machinery/fax{
|
||||
fax_name = "Chief Medical Officer's Office";
|
||||
name = "Chief Medical Officer's Fax Machine"
|
||||
},
|
||||
/turf/open/floor/iron/dark,
|
||||
/area/station/command/heads_quarters/cmo)
|
||||
"wSY" = (
|
||||
|
||||
Reference in New Issue
Block a user