lurker outfit fixes

This commit is contained in:
Killian
2024-12-10 04:40:51 +00:00
parent b278312cf9
commit ee0653dbb2
+15
View File
@@ -76,3 +76,18 @@
headset = /obj/item/radio/headset
headset_alt = /obj/item/radio/headset/alt
headset_earbud = /obj/item/radio/headset/earbud
flags = OUTFIT_HAS_BACKPACK
backpack = /obj/item/storage/backpack
satchel_one = /obj/item/storage/backpack/satchel/norm
satchel_two = /obj/item/storage/backpack/satchel
messenger_bag = /obj/item/storage/backpack/messenger
sports_bag = /obj/item/storage/backpack/sport
satchel_three = /obj/item/storage/backpack/satchel/strapless
backpack_contents = list(/obj/item/spacecash/c200 = 1)
/decl/hierarchy/outfit/maint_lurker/post_equip(var/mob/living/carbon/human/H)
..()
if(H.backbag == 1)
H.equip_to_slot_or_del(new /obj/item/spacecash/c200(H), slot_l_hand)