mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-18 18:44:48 +01:00
Buff sleeping carp keelhaul stamina damage (#19635)
* make keelhaul 2 hit to stamcrit * increase damage to 60 to avoid armor
This commit is contained in:
@@ -17,6 +17,6 @@
|
||||
target.drop_r_hand()
|
||||
target.visible_message("<span class='warning'>[user] kicks [target] in the head, leaving them reeling in pain!</span>",
|
||||
"<span class='userdanger'>You are kicked in the head by [user], and you reel in pain!</span>")
|
||||
target.apply_damage(40, STAMINA)
|
||||
target.apply_damage(60, STAMINA)
|
||||
add_attack_logs(user, target, "Melee attacked with martial-art [MA] : Keelhaul", ATKLOG_ALL)
|
||||
return MARTIAL_COMBO_DONE
|
||||
|
||||
Reference in New Issue
Block a user