mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-30 00:21:11 +01:00
Added (#5587)
This commit is contained in:
@@ -73,7 +73,7 @@ STOCK_ITEM_UNCOMMON(mediumcell, 3)
|
||||
|
||||
STOCK_ITEM_UNCOMMON(chempack, 5)
|
||||
var/list/chems = SSchemistry.chemical_reagents.Copy()
|
||||
var/list/exclusion = list("drink", "reagent", "adminordrazine", "beer2", "azoth", "elixir_life", "liquid_fire", "philosopher_stone", "undead_ichor", "love", "shapesand", "usolve", "sglue", "black_matter", "lightning", "trioxin")
|
||||
var/list/exclusion = list("drink", "reagent", "adminordrazine", "beer2", "azoth", "elixir_life", "liquid_fire", "philosopher_stone", "undead_ichor", "love", "shapesand", "usolve", "sglue", "black_matter", "lightning", "trioxin", "phoron_salt")
|
||||
chems -= exclusion
|
||||
for (var/i in 1 to rand(2, 6))
|
||||
var/obj/item/weapon/reagent_containers/chem_disp_cartridge/C = new /obj/item/weapon/reagent_containers/chem_disp_cartridge(L)
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
|
||||
//See Setup.dm for the configuration vars:
|
||||
//TOTAL_STOCK
|
||||
//STOCK_UNCOMMON_PROB
|
||||
|
||||
Reference in New Issue
Block a user