mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-21 20:20:33 +01:00
Merge branch 'master' of https://github.com/tgstation/tgstation into upstream-sync
This commit is contained in:
@@ -167,9 +167,10 @@
|
||||
|
||||
/obj/item/clothing/under/equipped(mob/living/user, slot)
|
||||
..()
|
||||
if((slot & ITEM_SLOT_ICLOTHING) && freshly_laundered)
|
||||
freshly_laundered = FALSE
|
||||
user.add_mood_event("fresh_laundry", /datum/mood_event/fresh_laundry)
|
||||
if(slot & ITEM_SLOT_ICLOTHING)
|
||||
if(freshly_laundered)
|
||||
freshly_laundered = FALSE
|
||||
user.add_mood_event("fresh_laundry", /datum/mood_event/fresh_laundry)
|
||||
update_wearer_status()
|
||||
|
||||
/obj/item/clothing/under/dropped(mob/living/user)
|
||||
|
||||
Reference in New Issue
Block a user