mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-23 12:08:28 +01:00
Mime care package (#19456)
* Mimes! * Apply suggestion from @Cameron-The-Raven --------- Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
@@ -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)
|
||||
..()
|
||||
|
||||
Reference in New Issue
Block a user