Merge pull request #33699 from QualityVan/safedestruction
Makes vault safe slightly less explosion-proof
This commit is contained in:
committed by
CitadelStationBot
parent
ef1c99ba92
commit
e164b0cf25
@@ -55,6 +55,7 @@
|
||||
if(!QDELETED(target))
|
||||
location = get_turf(target)
|
||||
target.cut_overlay(plastic_overlay, TRUE)
|
||||
target.ex_act(2, target)
|
||||
else
|
||||
location = get_turf(src)
|
||||
if(location)
|
||||
@@ -63,7 +64,6 @@
|
||||
explosion(get_step(T, aim_dir), boom_sizes[1], boom_sizes[2], boom_sizes[3])
|
||||
else
|
||||
explosion(location, boom_sizes[1], boom_sizes[2], boom_sizes[3])
|
||||
location.ex_act(2, target)
|
||||
if(ismob(target))
|
||||
var/mob/M = target
|
||||
M.gib()
|
||||
@@ -247,10 +247,10 @@
|
||||
if(!QDELETED(target))
|
||||
location = get_turf(target)
|
||||
target.cut_overlay(plastic_overlay, TRUE)
|
||||
target.ex_act(2, target)
|
||||
else
|
||||
location = get_turf(src)
|
||||
if(location)
|
||||
location.ex_act(2, target)
|
||||
explosion(location,0,0,3)
|
||||
qdel(src)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user