commit/rej cleanup
This commit is contained in:
@@ -556,7 +556,8 @@
|
||||
return
|
||||
if(proximity_flag && isliving(target))
|
||||
var/mob/living/L = target
|
||||
if(!L.remove_status_effect(STATUS_EFFECT_CRUSHERMARK))
|
||||
var/datum/status_effect/crusher_mark/CM = L.has_status_effect(STATUS_EFFECT_CRUSHERMARK)
|
||||
if(!CM || CM.hammer_synced != src || !L.remove_status_effect(STATUS_EFFECT_CRUSHERMARK))
|
||||
return
|
||||
new /obj/effect/overlay/temp/kinetic_blast(get_turf(L))
|
||||
var/backstab_dir = get_dir(user, L)
|
||||
|
||||
@@ -1,11 +0,0 @@
|
||||
diff a/code/modules/mining/equipment.dm b/code/modules/mining/equipment.dm (rejected hunks)
|
||||
@@ -549,7 +556,8 @@
|
||||
return
|
||||
if(proximity_flag && isliving(target))
|
||||
var/mob/living/L = target
|
||||
- if(!L.remove_status_effect(STATUS_EFFECT_CRUSHERMARK))
|
||||
+ var/datum/status_effect/crusher_mark/CM = L.has_status_effect(STATUS_EFFECT_CRUSHERMARK)
|
||||
+ if(!CM || CM.hammer_synced != src || !L.remove_status_effect(STATUS_EFFECT_CRUSHERMARK))
|
||||
return
|
||||
new /obj/effect/temp_visual/kinetic_blast(get_turf(L))
|
||||
var/backstab_dir = get_dir(user, L)
|
||||
Reference in New Issue
Block a user