mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
Upstream-11434
This commit is contained in:
@@ -404,8 +404,16 @@
|
||||
|
||||
if(istype(target, /turf/simulated/wall)) // I hate turf code.
|
||||
var/turf/simulated/wall/W = target
|
||||
<<<<<<< HEAD
|
||||
W.dismantle_wall(1)
|
||||
else
|
||||
=======
|
||||
W.dismantle_wall()
|
||||
else if(isfloor(target))
|
||||
var/turf/simulated/floor/T = target
|
||||
T.ex_act(1)
|
||||
else if(isobj(target))
|
||||
>>>>>>> 181a26b039 (Merge pull request #11434 from MisterGrimm/XenomorphOverhaul)
|
||||
qdel(target)
|
||||
qdel(src)
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user