Skip to content

Commit

Permalink
Merge pull request #2646 from Jaggachi/master
Browse files Browse the repository at this point in the history
Mistakes were made.
  • Loading branch information
Tk420634 authored Jul 16, 2023
2 parents 8a08692 + 4ee1ce4 commit ea1bf3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modular_citadel/code/modules/client/loadout/__donator.dm
Original file line number Diff line number Diff line change
Expand Up @@ -665,7 +665,7 @@
new /obj/item/storage/box/gun/revolver/revolver44(src)

/datum/gear/donator/kits/jaggachi_5
name = "Soviet Service Kit"
name = "Army Service Kit"
path = /obj/item/storage/box/large/custom_kit/jaggachi_5
ckeywhitelist = list("jaggachi")

Expand All @@ -676,7 +676,7 @@
new /obj/item/ammo_box/m44box(src)

/datum/gear/donator/kits/jaggachi_6
name = "Army Service Kit"
name = "Soviet Service Kit"
path = /obj/item/storage/box/large/custom_kit/jaggachi_6
ckeywhitelist = list("jaggachi")

Expand Down

0 comments on commit ea1bf3b

Please sign in to comment.