Skip to content

Commit

Permalink
initial_commit (#13529)
Browse files Browse the repository at this point in the history
  • Loading branch information
Barnet2 authored Jul 21, 2023
1 parent 3962e53 commit de95ac4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/game/objects/machinery/vending/marine_vending.dm
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,7 @@
/obj/item/weapon/powerfist = -1,
/obj/item/weapon/shield/riot/marine = 6,
/obj/item/weapon/shield/riot/marine/deployable = 6,
/obj/item/weapon/combat_knife/harvester = 12,
),
"Sidearm" = list(
/obj/item/weapon/gun/pistol/standard_pistol = -1,
Expand Down Expand Up @@ -498,6 +499,7 @@
/obj/item/weapon/powerfist = -1,
/obj/item/weapon/shield/riot/marine = -1,
/obj/item/weapon/shield/riot/marine/deployable = -1,
/obj/item/weapon/combat_knife/harvester = -1,
),
"Sidearm" = list(
/obj/item/weapon/gun/pistol/standard_pistol = -1,
Expand Down

0 comments on commit de95ac4

Please sign in to comment.