[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
+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, //CHOMPEdit - Enable Mimery book
/obj/item/spellbook/oneuse/mime/mimery = 1) //Disabled on Virgo - No magic //ChompEdit - Enable Mimery book
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)
..()