Handheld mirror buff zoooooom (#22967)

This commit is contained in:
Bjamcham
2023-11-01 20:12:26 +00:00
committed by GitHub
parent 94b9f85a7c
commit d8bb2c028b
@@ -416,6 +416,7 @@
/obj/item/handheld_mirror/attack_self(mob/user)
if(ishuman(user))
appearance_changer_holder = new(src, user)
appearance_changer_holder.flags = APPEARANCE_ALL_BODY
ui_interact(user)
/obj/item/handheld_mirror/Initialize(mapload)