mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Update turf_changing.dm
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
|
||||
if(N == /turf/space)
|
||||
var/turf/below = GetBelow(src)
|
||||
if(istype(below) && (air_master.has_valid_zone(below) || air_master.has_valid_zone(src)) && (!istype(below, /turf/unsimulated/wall) || !istype(below, /turf/simulated/sky/virgo3b))) // VOREStation Edit: Weird open space
|
||||
if(istype(below) && (air_master.has_valid_zone(below) || air_master.has_valid_zone(src)) && (!istype(below, /turf/unsimulated/wall) || !istype(below, /turf/simulated/sky))) // VOREStation Edit: Weird open space
|
||||
N = /turf/simulated/open
|
||||
|
||||
var/obj/fire/old_fire = fire
|
||||
|
||||
Reference in New Issue
Block a user