RCD now build floor on chasms instead of wall (#25432)

* RCD now build floor on chasms instead of wall

* yeah, this is work
This commit is contained in:
Сиротка
2024-05-23 00:57:22 +00:00
committed by GitHub
parent 8b75706436
commit d75cd41ba2
@@ -254,7 +254,7 @@
qdel(target)
playsound(target, usesound, 50, 1)
if(MECH_RCD_MODE_WALL_OR_FLOOR)
if(isspaceturf(target))
if(isspaceturf(target) || ischasm(target))
var/turf/space/S = target
occupant_message("Building Floor...")
if(do_after_cooldown(S))