Skip to content

Commit

Permalink
Holster
Browse files Browse the repository at this point in the history
  • Loading branch information
CheBokJam committed Dec 5, 2024
1 parent 1a375cc commit ec2641b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 0 additions & 3 deletions code/controllers/subsystem/persistence.dm
Original file line number Diff line number Diff line change
Expand Up @@ -276,9 +276,6 @@ SUBSYSTEM_DEF(persistence)
item_list = list(
/obj/item/weapon/gun/smg/uzi = -1,
/obj/item/ammo_magazine/smg/uzi = -1,
/obj/item/weapon/gun/smg/m25 = -1,
/obj/item/ammo_magazine/smg/m25 = -1,
/obj/item/storage/holster/m25 = -1,
/obj/item/weapon/gun/smg/mp7 = -1,
/obj/item/ammo_magazine/smg/mp7 = -1,
/obj/item/weapon/gun/smg/skorpion = 5,
Expand Down
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 @@ -278,6 +278,7 @@
/obj/item/ammo_magazine/smg/vector/hp = -1,
/obj/item/weapon/gun/smg/m25 = -1,
/obj/item/ammo_magazine/smg/m25 = -1,
/obj/item/storage/holster/m25 = -1,
),
"Энергетическое" = list(
/obj/item/cell/lasgun/lasrifle = -1,
Expand Down Expand Up @@ -501,6 +502,7 @@
/obj/item/ammo_magazine/smg/vector/incendiary = -1,
/obj/item/weapon/gun/smg/m25 = -1,
/obj/item/ammo_magazine/smg/m25 = -1,
/obj/item/storage/holster/m25 = -1,
),
"Снайперские винтовки" = list(
/obj/item/weapon/gun/rifle/dmr37 = -1,
Expand Down

0 comments on commit ec2641b

Please sign in to comment.