mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-13 08:04:22 +01:00
lurker outfit fixes
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user