mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 02:54:41 +01:00
Merge pull request #3758 from Fox-McCloud/remove-halloss
Removes Halloss
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user