This commit is contained in:
Fox-McCloud
2016-08-18 00:09:57 -04:00
parent 1f364c1bcf
commit 5c783f2110
3 changed files with 44 additions and 9 deletions
+1 -1
View File
@@ -1201,7 +1201,7 @@
marked_image = null
var/backstab = check_target_facings(user, L)
var/def_check = L.getarmor(type = "bomb")
if(backstab == 3 || backstab == 1)
if(backstab == FACING_INIT_FACING_TARGET_TARGET_FACING_PERPENDICULAR || backstab == FACING_SAME_DIR)
L.apply_damage(80, BRUTE, blocked = def_check)
playsound(user, 'sound/weapons/Kenetic_accel.ogg', 100, 1) //Seriously who spelled it wrong
else