Skip to content

Commit

Permalink
Конфликты мы решаем
Browse files Browse the repository at this point in the history
  • Loading branch information
FlitchTime committed Dec 27, 2024
1 parent e560058 commit aeab8e7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions code/modules/mini_games/thunderdome/gamemodes/gamemode.dm
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,11 @@
brawler_type = /obj/effect/mob_spawn/human/thunderdome/ranged
random_items_count = 3
item_pool = list(
/obj/item/gun/energy/immolator/multi = 1,
/obj/item/gun/energy/immolator/multi = 2,
/obj/item/gun/energy/gun/minigun = 1,
/obj/item/gun/projectile/automatic/mini_uzi = 1,
/obj/item/gun/projectile/automatic/pistol/deagle = 1,
/obj/item/gun/projectile/automatic/wt550 = 1,
/obj/item/gun/projectile/automatic/mini_uzi = 2,
/obj/item/gun/projectile/automatic/pistol/deagle = 2,
/obj/item/gun/projectile/automatic/wt550 = 2,
/obj/item/gun/projectile/automatic/l6_saw = 1,
/obj/item/gun/projectile/automatic/lasercarbine = 1,
/obj/item/gun/projectile/automatic/shotgun/bulldog = 1,
Expand Down

0 comments on commit aeab8e7

Please sign in to comment.