commit/rej cleanup

This commit is contained in:
LetterJay
2017-05-22 11:24:17 -05:00
parent 448dc20c2b
commit 73dea85b15
8 changed files with 3 additions and 89 deletions
+2 -1
View File
@@ -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)
-11
View File
@@ -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)