From 20a0836d1a3ba8b8b12bcd4db29d89e4b549ea21 Mon Sep 17 00:00:00 2001 From: Rayforx <154929127+Rayforx@users.noreply.github.com> Date: Wed, 24 Apr 2024 07:45:43 +0200 Subject: [PATCH] Update ghost_bar.dm (#25234) --- code/modules/ruins/ghost_bar.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/ruins/ghost_bar.dm b/code/modules/ruins/ghost_bar.dm index 51b0b4346bd7..f2061ec251a8 100644 --- a/code/modules/ruins/ghost_bar.dm +++ b/code/modules/ruins/ghost_bar.dm @@ -55,7 +55,7 @@ equip_item(H, /obj/item/clothing/under/color/random, SLOT_HUD_JUMPSUIT) if(!H.shoes) equip_item(H, /obj/item/clothing/shoes/black, SLOT_HUD_SHOES) - equip_item(H, /obj/item/stack/spacecash/c100, SLOT_HUD_LEFT_STORE) + equip_item(H, /obj/item/stack/spacecash/c1000, SLOT_HUD_LEFT_STORE) var/obj/item/card/id/syndicate/our_id = equip_item(H, /obj/item/card/id/syndicate/ghost_bar, SLOT_HUD_WEAR_ID) our_id.assignment = assignedrole