This commit is contained in:
BurgerLUA
2018-11-09 20:03:26 +01:00
committed by Werner
parent 8bf67b64e4
commit 71635096fc
4 changed files with 42 additions and 2 deletions
@@ -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
View File
@@ -1,3 +1,4 @@
//See Setup.dm for the configuration vars:
//TOTAL_STOCK
//STOCK_UNCOMMON_PROB