mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-22 12:47:16 +01:00
Switch to using modular chomp folder
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user