Round Quattro Bugfixes (#14612)

This commit is contained in:
KingOfThePing
2022-08-14 12:20:22 +02:00
committed by GitHub
parent d677a6db8c
commit 0775b40e62
3 changed files with 45 additions and 5 deletions
-3
View File
@@ -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."))