Switch to using modular chomp folder

This commit is contained in:
TheGreatKitsune
2022-08-21 10:23:30 -05:00
parent d41e1e902c
commit a4ecc0b74d
9 changed files with 18 additions and 18 deletions
@@ -0,0 +1,10 @@
/decl/hierarchy/outfit/job/noncrew
hierarchy_type = /decl/hierarchy/outfit/job/noncrew
r_pocket = /obj/item/weapon/spacecash/ewallet
/decl/hierarchy/outfit/job/noncrew/post_equip(mob/living/carbon/human/H)
..()
var/obj/item/weapon/spacecash/ewallet/wallet = H.r_store
if(istype(wallet))
wallet.owner_name = H.real_name
wallet.worth = 1000