Merge pull request #14034 from Heroman3003/podfix

Blocks creation of shelter pods in the Fish Farm and Public Garden
This commit is contained in:
Casey
2022-11-06 17:13:53 +00:00
committed by CHOMPStation2
parent db955fb40c
commit 2ed79baef1
2 changed files with 11 additions and 0 deletions
+6
View File
@@ -320,6 +320,12 @@
/obj/machinery/camera/network/outside
network = list(NETWORK_OUTSIDE)
// Shelter Capsule extra restrictions
/datum/map_template/shelter/New()
..()
banned_areas += list(/area/tether/surfacebase/fish_farm, /area/tether/surfacebase/public_garden, /area/tether/surfacebase/tram)
//
// ### Wall Machines On Full Windows ###
// To make sure wall-mounted machines placed on full-tile windows are clickable they must be above the window
@@ -97,3 +97,8 @@ VIRGO3B_TURF_CREATE(/turf/simulated/floor/outdoors/rocks)
var/datum/effect/effect/system/spark_spread/s = new /datum/effect/effect/system/spark_spread
s.set_up(5, 1, src)
s.start()
// Shelter Capsule extra restrictions
/datum/map_template/shelter/New()
..()
banned_areas += list(/area/groundbase/level3/escapepad)