Skip to content

Commit

Permalink
fix bad judo belt unequip state (#27908)
Browse files Browse the repository at this point in the history
  • Loading branch information
warriorstar-orion authored Jan 10, 2025
1 parent c939bbc commit 475d5d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/modules/martial_arts/judo.dm
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
style = new()

/obj/item/storage/belt/judobelt/equipped(mob/user, slot)
. = ..()
if(!ishuman(user))
return
if(slot == ITEM_SLOT_BELT)
Expand Down

0 comments on commit 475d5d4

Please sign in to comment.