Skip to content

Commit

Permalink
tweak: lower slowed in shove. (ss220-space#5334)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafnik02 authored Jul 8, 2024
1 parent caec310 commit 999111f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/living/carbon/human/species/_species.dm
Original file line number Diff line number Diff line change
Expand Up @@ -691,7 +691,7 @@
target.drop_from_active_hand()
add_attack_logs(user, target, "Disarmed object out of hand", ATKLOG_ALL)
else
target.Slowed(2.5 SECONDS, 1)
target.Slowed(2.5 SECONDS, 0.5)
var/obj/item/I = target.get_active_hand()
if(I)
to_chat(target, span_warning("Your grip on [I] loosens!"))
Expand Down

0 comments on commit 999111f

Please sign in to comment.