Skip to content

Commit

Permalink
Update code/modules/clothing/shoes/miscellaneous.dm
Browse files Browse the repository at this point in the history
Co-authored-by: Mark Suckerberg <mark@suckerberg.gay>
Signed-off-by: Sun-Soaked <45698967+Sun-Soaked@users.noreply.github.com>
  • Loading branch information
Sun-Soaked and MarkSuckerberg authored Oct 25, 2024
1 parent 3b3c19f commit 28d5005
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/clothing/shoes/miscellaneous.dm
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@

/obj/item/clothing/shoes/cowboy/Destroy()
QDEL_LIST(occupants)
. = ..()
return ..()

/obj/item/clothing/shoes/cowboy/equipped(mob/living/carbon/user, slot)
. = ..()
Expand Down

0 comments on commit 28d5005

Please sign in to comment.