Skip to content

Commit

Permalink
Merge pull request #5291 from Colfer1/master
Browse files Browse the repository at this point in the history
Fix fit now plays a message to people around you
  • Loading branch information
Tk420634 authored Jun 27, 2024
2 parents cb277c8 + c22cb18 commit 78794e2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/datums/traits/neutral.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1443,6 +1443,7 @@
return
H.remove_status_effect(debuff)
to_chat(H, span_warning(fix_text))
user.visible_message(span_info("[user] adjusts their fit to find some relief"), null, null, 3)
active = FALSE
make_timers()

Expand All @@ -1454,6 +1455,7 @@
return
H.remove_status_effect(debuff)
to_chat(H, span_warning(drop_text))
user.visible_message(span_info("[user] undoes their clothing to find some relief"), null, null, 3)
var/obj/item/clothing/S = source
S.verbs -= /obj/item/clothing/proc/FixClothesFit
active = FALSE
Expand Down

0 comments on commit 78794e2

Please sign in to comment.