Simulated to Unsimulated (#6410)

This commit is contained in:
Werner
2019-05-19 16:22:54 +02:00
committed by GitHub
parent 132825cdae
commit 6d8a94d408
55 changed files with 416 additions and 403 deletions
+2 -2
View File
@@ -411,7 +411,7 @@
var/obj/item/stack/flag/F = locate() in get_turf(src)
var/turf/T = get_turf(src)
if(!T || !istype(T, /turf/simulated/floor/asteroid))
if(!T || !istype(T, /turf/unsimulated/floor/asteroid))
to_chat(user, "The beacon won't stand up in this terrain.")
return
@@ -495,7 +495,7 @@
if(stored_matter <= 0)
return
if(!istype(A, /turf/simulated/floor))
if(!istype(A, /turf/simulated/floor) && !istype(A, /turf/unsimulated/floor))
return
if(locate(/obj/structure/track) in A)