mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 00:29:02 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user