[MIRROR] Mime care package (#12773)

Co-authored-by: Guti <32563288+TheCaramelion@users.noreply.github.com>
Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2026-05-21 11:30:47 -04:00
committed by GitHub
co-authored by Guti Cameron Lennox
parent fef241645b
commit 1128c0cd18
30 changed files with 304 additions and 4 deletions
@@ -644,3 +644,20 @@
desc = "A box full of weapon power cells. For all your portable energy storage needs."
icon_state = "secbox"
starts_with = list(/obj/item/cell/device/weapon = 7)
/obj/item/storage/box/mime
name = "invisible box"
desc = "Unfortunately not large enough to trap the mime."
foldable = null
icon_state = "box"
alpha = 0
/obj/item/storage/box/mime/attack_hand(mob/user)
..()
if(HAS_MIND_TRAIT(user, TRAIT_MIMING))
alpha = 255
/obj/item/storage/box/mime/Moved(atom/old_loc, direction, forced, movetime)
if(iscarbon(old_loc))
alpha = 0
return ..()