mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-06 07:22:15 +00:00
@@ -35,11 +35,9 @@
|
||||
if(istype(target, /turf/simulated/wall)) // I hate turf code.
|
||||
var/turf/simulated/wall/W = target
|
||||
W.dismantle_wall(1)
|
||||
|
||||
if(istype(target, /turf/simulated/floor))
|
||||
else if(istype(target, /turf/simulated/floor))
|
||||
var/turf/simulated/floor/F = target
|
||||
F.ChangeTurf(F.baseturf)
|
||||
|
||||
else
|
||||
qdel(target)
|
||||
qdel(src)
|
||||
|
||||
Reference in New Issue
Block a user