mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 19:22:56 +00:00
Upstream-11434
This commit is contained in:
@@ -404,8 +404,16 @@
|
|||||||
|
|
||||||
if(istype(target, /turf/simulated/wall)) // I hate turf code.
|
if(istype(target, /turf/simulated/wall)) // I hate turf code.
|
||||||
var/turf/simulated/wall/W = target
|
var/turf/simulated/wall/W = target
|
||||||
|
<<<<<<< HEAD
|
||||||
W.dismantle_wall(1)
|
W.dismantle_wall(1)
|
||||||
else
|
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(target)
|
||||||
qdel(src)
|
qdel(src)
|
||||||
return
|
return
|
||||||
|
|||||||
Reference in New Issue
Block a user