Skip to content

Commit

Permalink
d
Browse files Browse the repository at this point in the history
  • Loading branch information
realforest2001 committed May 8, 2024
1 parent 1b61578 commit 1f8b4ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/modules/cm_preds/yaut_weapons.dm
Original file line number Diff line number Diff line change
Expand Up @@ -387,8 +387,8 @@
user.visible_message(SPAN_HIGHDANGER("[user] slices open the guts of [target]!"), SPAN_HIGHDANGER("You slice open the guts of [target]!"))
target.spawn_gibs()
playsound(get_turf(target), 'sound/effects/gibbed.ogg', 30, 1)
target.apply_effect(get_xeno_stun_duration(target, 3), SLOW)
target.apply_armoured_damage(get_xeno_damage_slash(target, (force * 1.3)), ARMOR_MELEE, BRUTE, "chest", 25)
target.Slow(get_xeno_stun_duration(target, 3))
target.apply_armoured_damage(get_xeno_damage_slash(target, (force * 1.25)), ARMOR_MELEE, BRUTE, "chest", 25)

user.attack_log += text("\[[time_stamp()]\] <font color='red'>[key_name(user)] sliced [key_name(target)] with their whirling scythe.</font>")
target.attack_log += text("\[[time_stamp()]\] <font color='orange'>[key_name(target)] was sliced by [key_name(user)] whirling their scythe.</font>")
Expand Down

0 comments on commit 1f8b4ff

Please sign in to comment.