mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-26 06:22:26 +01:00
Simulated to Unsimulated (#6410)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user