Removes Halloss

This commit is contained in:
Fox-McCloud
2016-03-03 23:26:41 -05:00
parent ea4462eb6c
commit 4d9627e986
17 changed files with 19 additions and 48 deletions
+2 -2
View File
@@ -771,7 +771,7 @@
playsound(master.loc, "punch", 25, 1, -1)
master.visible_message("\red <B>\The [src] has punched [M]!</B>")
if(!master.emagged)
M.apply_damage(damage, HALLOSS, affecting, armor_block) // Clean fight
M.apply_damage(damage, STAMINA, affecting, armor_block) // Clean fight
else
M.apply_damage(damage, BRUTE, affecting, armor_block) // Foul! Foooul!
@@ -789,7 +789,7 @@
inlet_reaction(var/atom/W,var/turf/S,var/remaining)
//stolen from boxing gloves code
var/mob/living/carbon/human/M = W
if((M.lying || (M.health - M.halloss < 25))&& !master.emagged)
if((M.lying || (M.health - M.staminaloss < 25))&& !master.emagged)
M << "\The [src] gives you a break."
master.sleep+=5
return 0 // Be polite