Skip to content

Commit

Permalink
Update belt_loadout.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaggachi committed Jul 19, 2023
1 parent b5beb60 commit 512ef3c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions modular_citadel/code/modules/client/loadout/belt_loadout.dm
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,11 @@
name = "army belt"
path = /obj/item/storage/belt/army

/datum/gear/belt/armyold
name = "old style army belt"
path = /obj/item/storage/belt/army/assault/enclave
cost = 2

/datum/gear/belt/army/assault
name = "assault belt"
path = /obj/item/storage/belt/army/assault
Expand Down

0 comments on commit 512ef3c

Please sign in to comment.