Fixes Terror Queen Hallucinate Spit - now quicker acting, but lasts much less time

This commit is contained in:
Kyep
2017-03-22 00:56:21 -07:00
parent e05357d291
commit 34e7e395f5
2 changed files with 1 additions and 14 deletions
@@ -31,16 +31,3 @@
M.EyeBlurry(6)
M.Paralyse(5)
..()
// Terror Spider, Queen Toxin
/datum/reagent/terror_queen_toxin
name = "Terror Queen venom"
id = "terror_queen_toxin"
description = "A royally potent venom."
color = "#CF3600"
metabolization_rate = 2
/datum/reagent/terror_queen_toxin/on_mob_life(mob/living/M)
// make them hallucinate a lot, like a changeling sting
M.AdjustHallucinate(50, bound_upper = 400)
@@ -353,6 +353,6 @@
var/mob/living/L = target
if(L.reagents)
if(L.can_inject(null, 0, "chest", 0))
L.reagents.add_reagent("terror_queen_toxin", 15)
L.Hallucinate(400)
if(!isterrorspider(L))
L.adjustToxLoss(bonus_tox)