mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-28 02:52:01 +00:00
Removes xenomicrobes and nanites from the warehouse chem spawn (#6657)
This commit is contained in:
@@ -73,7 +73,8 @@ 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", "phoron_salt")
|
||||
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", "xenomicrobes", "nanites")
|
||||
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)
|
||||
|
||||
6
html/changelogs/alberyk-nofun.yml
Normal file
6
html/changelogs/alberyk-nofun.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
author: Alberyk
|
||||
|
||||
delete-after: True
|
||||
|
||||
changes:
|
||||
- rscdel: "Removed xenomicrobes and nanites from the warehouse random chemical spawn."
|
||||
Reference in New Issue
Block a user