Skip to content

Commit

Permalink
machete
Browse files Browse the repository at this point in the history
  • Loading branch information
Max-023 committed Sep 14, 2024
1 parent b5b0566 commit 20bd788
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@
new /obj/item/ammo_magazine/smartgun(src)
new /obj/item/ammo_magazine/smartgun(src)
new /obj/item/clothing/glasses/night/m56_goggles/no_nightvision(src)
new /obj/item/storage/large_holster/machete/smartgunner(src)

/obj/structure/closet/secure_closet/smartgunner_forecon
name = "smartgunner locker"
Expand Down
2 changes: 1 addition & 1 deletion code/modules/clothing/suits/marine_armor/smartgunner.dm
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
/obj/item/device/walkman,
)
var/list/smartgun_back = list(
/obj/item/storage/large_holster/machete,
/obj/item/storage/large_holster/machete/smartgunner,
)

/obj/item/clothing/suit/storage/marine/smartgunner/Initialize()
Expand Down

0 comments on commit 20bd788

Please sign in to comment.