Skip to content

Commit

Permalink
Подправил описание и убрал лазганы из вендора роботов
Browse files Browse the repository at this point in the history
  • Loading branch information
Tatarla committed Nov 14, 2024
1 parent 1a4d587 commit c06591b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 11 deletions.
7 changes: 0 additions & 7 deletions code/__DEFINES/loadout.dm
Original file line number Diff line number Diff line change
Expand Up @@ -83,16 +83,9 @@ GLOBAL_LIST_INIT(marine_gear_listed_products, list(

GLOBAL_LIST_INIT(robot_gear_listed_products, list(
/obj/item/tool/surgery/solderingtool = list(CAT_ESS, "Essential Soldering Tool", 0, "white"),
/obj/item/weapon/gun/energy/lasgun/lasrifle/standard_marine_rifle = list(CAT_ROBOT, "Terra Experimental laser rifle", 15, "red"),
/obj/item/weapon/gun/energy/lasgun/lasrifle/standard_marine_sniper = list(CAT_ROBOT, "Terra Experimental laser sniper rifle", 20, "red"),
/obj/item/weapon/gun/energy/lasgun/lasrifle/standard_marine_carbine = list(CAT_ROBOT, "Terra Experimental laser carbine", 15, "red"),
/obj/item/weapon/gun/energy/lasgun/lasrifle/standard_marine_mlaser = list(CAT_ROBOT, "Terra Experimental laser machine gun", 20, "red"),
/obj/item/weapon/gun/energy/lasgun/lasrifle/standard_marine_pistol = list(CAT_ROBOT, "Terra Experimental laser pistol", 10, "red"),
/obj/item/weapon/gun/energy/lasgun/lasrifle/tesla = list(CAT_ROBOT, "Terra Experimental tesla shock rifle", 25, "red"),
/obj/item/cell/lasgun/lasrifle/recharger = list(CAT_ROBOT, "Terra Experimental recharger battery", 4, "orange2"),
/obj/item/cell/lasgun/volkite/powerpack/marine_back = list(CAT_ROBOT, "Terra Experimental powerback", 20, "orange2"),
/obj/item/tool/handheld_charger = list(CAT_ROBOT, "Hand-held cell charger", 5, "yellow"),
/obj/item/weapon/powerfist = list(CAT_ROBOT, "Powerfist", 10, "red"),
))

GLOBAL_LIST_INIT(engineer_gear_listed_products, list(
Expand Down
8 changes: 4 additions & 4 deletions code/game/objects/machinery/vending/marine_vending.dm
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@
/obj/item/ammo_magazine/rifle/ar21/ap = -1,
/obj/item/ammo_magazine/rifle/ar21/hp = -1,
),
"Пистолеты-пулмёты" = list(
"Пистолеты-пулемёты" = list(
/obj/item/weapon/gun/smg/vector = -1,
/obj/item/ammo_magazine/smg/vector = -1,
/obj/item/ammo_magazine/smg/vector/ap = -1,
/obj/item/ammo_magazine/smg/vector/hp = -1,
),
"Снайперкие винтовки" = list(
"Снайперские винтовки" = list(
/obj/item/weapon/gun/rifle/dmr37 = -1,
/obj/item/ammo_magazine/rifle/dmr37 = -1,
/obj/item/weapon/gun/rifle/sniper/antimaterial/sr127= -1,
Expand Down Expand Up @@ -283,7 +283,7 @@
/obj/item/weapon/gun/energy/lasgun/lasrifle/standard_marine_pistol = -1,
/obj/item/weapon/gun/energy/lasgun/lasrifle/tesla = -1,
),
"Снайперкие винтовки" = list(
"Снайперские винтовки" = list(
/obj/item/weapon/gun/rifle/dmr37 = -1,
/obj/item/ammo_magazine/rifle/dmr37 = -1,
/obj/item/weapon/gun/rifle/sniper/antimaterial/sr127= -1,
Expand Down Expand Up @@ -495,7 +495,7 @@
/obj/item/ammo_magazine/smg/vector/hp = -1,
/obj/item/ammo_magazine/smg/vector/incendiary = -1,
),
"Снайперкие винтовки" = list(
"Снайперские винтовки" = list(
/obj/item/weapon/gun/rifle/dmr37 = -1,
/obj/item/ammo_magazine/rifle/dmr37 = -1,
/obj/item/weapon/gun/rifle/sniper/antimaterial/sr127= -1,
Expand Down

0 comments on commit c06591b

Please sign in to comment.