normalization
This commit is contained in:
@@ -1969,7 +1969,7 @@ All effects don't start immediately, but rather get worse over time; the rate is
|
||||
|
||||
/datum/reagent/consumable/ethanol/bug_spray/on_mob_life(mob/living/carbon/M)
|
||||
//Bugs should not drink Bug spray.
|
||||
if(isinsect(M) || isflyperson(M) || isspiderperson(M))
|
||||
if(isinsect(M) || isflyperson(M) || isarachnid(M))
|
||||
M.adjustToxLoss(1,0)
|
||||
return ..()
|
||||
|
||||
|
||||
@@ -785,7 +785,7 @@
|
||||
name = "Arachnid Mutation Toxin"
|
||||
description = "A glowing toxin."
|
||||
color = "#5EFF3B" //RGB: 94, 255, 59
|
||||
race = /datum/species/spider
|
||||
race = /datum/species/arachnid
|
||||
mutationtext = "<span class='danger'>The pain subsides. You feel... silky.</span>"
|
||||
|
||||
//DANGEROUS RACES
|
||||
|
||||
@@ -729,7 +729,7 @@
|
||||
required_temp = 320
|
||||
|
||||
/datum/chemical_reaction/mutationtoxin/arachnid
|
||||
name = "spiderperson mutation toxin"
|
||||
name = "arachnid mutation toxin"
|
||||
id = /datum/reagent/mutationtoxin/arachnid
|
||||
results = list(/datum/reagent/mutationtoxin/arachnid = 1)
|
||||
required_reagents = list(/datum/reagent/mutationtoxin/insect = 1, /datum/reagent/toxin/heparin = 10)
|
||||
|
||||
Reference in New Issue
Block a user