Removes illegal tech from syndicate thrown weapons (#47820)

* Changes loot table to remove syndicate throwing items from gambling drop table
Removes illegal tech from Mateba revolver.

* Okay fine we'll do it this way

* Something something hugbox
This commit is contained in:
TheVekter
2019-11-17 19:47:40 +01:00
committed by AnturK
parent 553d4edf8a
commit d080860a8f
3 changed files with 10 additions and 6 deletions
@@ -39,16 +39,16 @@
loot = list(
/obj/item/gun/ballistic/automatic/pistol = 8,
/obj/item/gun/ballistic/shotgun/automatic/combat = 5,
/obj/item/gun/ballistic/revolver/mateba,
/obj/item/gun/ballistic/automatic/pistol/deagle
/obj/item/gun/ballistic/automatic/pistol/deagle,
/obj/item/gun/ballistic/revolver/mateba
)
/obj/effect/spawner/lootdrop/armory_contraband/metastation
loot = list(/obj/item/gun/ballistic/automatic/pistol = 5,
/obj/item/gun/ballistic/shotgun/automatic/combat = 5,
/obj/item/gun/ballistic/revolver/mateba,
/obj/item/gun/ballistic/automatic/pistol/deagle,
/obj/item/storage/box/syndie_kit/throwing_weapons = 3)
/obj/item/storage/box/syndie_kit/throwing_weapons = 3,
/obj/item/gun/ballistic/revolver/mateba)
/obj/effect/spawner/lootdrop/armory_contraband/donutstation
loot = list(/obj/item/grenade/clusterbuster/teargas = 5,
@@ -61,8 +61,10 @@
name = "gambling valuables spawner"
loot = list(
/obj/item/gun/ballistic/revolver/russian = 5,
/obj/item/storage/box/syndie_kit/throwing_weapons = 1,
/obj/item/toy/cards/deck/syndicate = 2
/obj/item/clothing/head/ushanka = 3,
/obj/item/storage/box/syndie_kit/throwing_weapons,
/obj/item/coin/gold,
/obj/item/reagent_containers/food/drinks/bottle/vodka/badminka,
)
/obj/effect/spawner/lootdrop/grille_or_trash