Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
LoneAsket committed Dec 5, 2024
1 parent b6f0d72 commit bdfab2f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions code/modules/mob/living/carbon/human/inventory.dm
Original file line number Diff line number Diff line change
Expand Up @@ -540,9 +540,6 @@
return
log_combat(src, M, "attempted to remove [key_name(I)] ([slot_to_process])")

move_resist = move_resist + HUMAN_STRIP_DELAY
M.move_resist = M.move_resist + HUMAN_STRIP_DELAY

M.visible_message(span_danger("[src] tries to remove [M]'s [I.name]."), \
span_userdanger("[src] tries to remove [M]'s [I.name]."), null, 5)
if(!do_after(src, HUMAN_STRIP_DELAY, NONE, M, display_icon))
Expand Down

0 comments on commit bdfab2f

Please sign in to comment.