mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 11:13:16 +00:00
Makes plastique better
It destroys the wall it's placed on, rather than slightly somewhat dismantling it a little and requiring you to have a toolbelt to finish the job.
This commit is contained in:
@@ -78,7 +78,7 @@
|
|||||||
if(target)
|
if(target)
|
||||||
if (istype(target, /turf/simulated/wall))
|
if (istype(target, /turf/simulated/wall))
|
||||||
var/turf/simulated/wall/W = target
|
var/turf/simulated/wall/W = target
|
||||||
W.dismantle_wall(1)
|
W.dismantle_wall(1,1,1)
|
||||||
else if(istype(target, /mob/living))
|
else if(istype(target, /mob/living))
|
||||||
target.ex_act(2) // c4 can't gib mobs anymore.
|
target.ex_act(2) // c4 can't gib mobs anymore.
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user