mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-22 04:37:45 +01:00
Merge pull request #14034 from Heroman3003/podfix
Blocks creation of shelter pods in the Fish Farm and Public Garden
This commit is contained in:
@@ -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)
|
||||
Reference in New Issue
Block a user