mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-20 20:37:34 +01:00
Round Quattro Bugfixes (#14612)
This commit is contained in:
@@ -487,9 +487,6 @@
|
||||
var/obj/item/stack/flag/F = locate() in get_turf(src)
|
||||
|
||||
var/turf/T = get_turf(src)
|
||||
if(!T || !istype(T, /turf/unsimulated/floor/asteroid))
|
||||
to_chat(user, SPAN_WARNING("The beacon won't stand up in this terrain."))
|
||||
return
|
||||
|
||||
if(F?.upright)
|
||||
to_chat(user, SPAN_WARNING("There is already a beacon here."))
|
||||
|
||||
Reference in New Issue
Block a user