Skip to content

Commit

Permalink
Small Mannequin Fix (#2417)
Browse files Browse the repository at this point in the history
I had a to_chat in a proc that returned the text to examine. This resulted in a runtime.
  • Loading branch information
InsightfulParasite authored Sep 9, 2024
1 parent 9496f08 commit 7cd0016
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/structures/mannequin.dm
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@
slot_examine = " in its left hand"
msg += "Wearing [cloth_to_examine][slot_examine].<br>"

to_chat(user, msg)
. += msg

/obj/structure/mannequin/update_icon()
..()
Expand Down

0 comments on commit 7cd0016

Please sign in to comment.