Skip to content

Commit

Permalink
Update ghost_bar.dm (ParadiseSS13#25234)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rayforx authored Apr 24, 2024
1 parent c3af445 commit 20a0836
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/ruins/ghost_bar.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 20a0836

Please sign in to comment.