Fixes ruins spawning over shuttle docks

This commit is contained in:
AnturK
2017-10-11 22:46:50 +02:00
parent 454d16fe32
commit 1df4082525
3 changed files with 7 additions and 2 deletions
+1 -1
View File
@@ -50,7 +50,7 @@
for(var/turf/check in ruin.get_affected_turfs(T,1))
var/area/new_area = get_area(check)
if(!(istype(new_area, whitelist)))
if(!(istype(new_area, whitelist)) || check.flags_1 & NO_RUINS)
valid = FALSE
break