mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 05:23:22 +01:00
Unapologetic Undead Buffs (#5259)
Halloween is close, and due to such, we must increase the spookyness. This pr adds zombies. They spread via the bite, that will infect someone with a chemical, that will create a parasite, if left unchecked, it will turn the victim into a flesh eating undead.
This commit is contained in:
@@ -1099,7 +1099,7 @@ var/list/global/random_stock_large = list(
|
||||
if("chempack")
|
||||
var/total = rand(2,6)
|
||||
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")
|
||||
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")
|
||||
chems -= exclusion
|
||||
for (var/i=0,i<total,i++)
|
||||
var/obj/item/weapon/reagent_containers/chem_disp_cartridge/C = new /obj/item/weapon/reagent_containers/chem_disp_cartridge(L)
|
||||
|
||||
Reference in New Issue
Block a user