Mime care package (#19456)

* Mimes!

* Apply suggestion from @Cameron-The-Raven

---------

Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
Guti
2026-05-21 11:02:30 -04:00
committed by GitHub
co-authored by Cameron Lennox
parent 1b6b0486b6
commit afc02440a9
31 changed files with 304 additions and 4 deletions
+5 -1
View File
@@ -49,9 +49,13 @@
shoes = /obj/item/clothing/shoes/mime
head = /obj/item/clothing/head/soft/mime
mask = /obj/item/clothing/mask/gas/mime
backpack_contents = list(/obj/item/pen/crayon/mime = 1)
backpack_contents = list(
/obj/item/reagent_containers/food/drinks/bottle/bottleofnothing = 1,
/obj/item/stamp/mime = 1)
// /obj/item/spellbook/oneuse/mime/mimery = 1) //Disabled on Virgo - No magic
id_type = /obj/item/card/id/civilian/mime
pda_type = /obj/item/pda/mime
l_hand = /obj/item/storage/backpack/mime
/datum/decl/hierarchy/outfit/job/mime/post_equip(mob/living/carbon/human/H)
..()