mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-28 07:39:13 +01:00
[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:
co-authored by
Guti
Cameron Lennox
parent
fef241645b
commit
1128c0cd18
@@ -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 ..()
|
||||
|
||||
Reference in New Issue
Block a user