mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-24 21:57:53 +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
@@ -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)
|
||||
..()
|
||||
|
||||
Reference in New Issue
Block a user