Skip to content

Commit

Permalink
[Kilo] Fixes misplaced area turf (tgstation#67612)
Browse files Browse the repository at this point in the history
Outside areas use nearstation, not area turf.
  • Loading branch information
Jolly-66 authored Jun 8, 2022
1 parent 7253292 commit 226a154
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions _maps/map_files/KiloStation/KiloStation.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -3184,9 +3184,6 @@
/obj/effect/spawner/random/maintenance,
/turf/open/floor/iron,
/area/station/cargo/storage)
"aTN" = (
/turf/closed/mineral/random/labormineral,
/area/station/hallway/secondary/entry)
"aTR" = (
/obj/effect/landmark/event_spawn,
/turf/open/floor/iron/recharge_floor,
Expand Down Expand Up @@ -23969,7 +23966,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"
},
Expand Down Expand Up @@ -48721,7 +48718,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"
},
Expand Down Expand Up @@ -64806,7 +64803,7 @@
},
/obj/item/reagent_containers/food/drinks/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
Expand Down Expand Up @@ -125498,7 +125495,7 @@ gBp
kmM
hGX
mkk
aTN
aeu
bPP
bUN
bUN
Expand Down Expand Up @@ -125755,7 +125752,7 @@ oMG
clZ
itC
rCi
aTN
aeu
fIn
bUN
bUN
Expand Down

0 comments on commit 226a154

Please sign in to comment.