Skip to content

Commit

Permalink
fixes scout
Browse files Browse the repository at this point in the history
  • Loading branch information
Martinpachu committed Jun 15, 2024
1 parent 8e20caa commit 1bd540e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/items/storage/guncases.dm
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@

/obj/item/storage/guncase/scout
/obj/item/storage/guncase/scout/PopulateContents()
new /obj/item/gun/ballistic/rifle/scout(src)
new /obj/item/gun/ballistic/rifle/scout/no_mag(src)
new /obj/item/ammo_box/a300/empty(src)
new /obj/item/ammo_box/a300/empty(src)

Expand Down

0 comments on commit 1bd540e

Please sign in to comment.