Fox Requests

This commit is contained in:
Kyep
2017-01-23 23:42:44 -08:00
parent 43aaf4a8d9
commit 1d06b3afca
2 changed files with 4 additions and 3 deletions
@@ -141,8 +141,8 @@
if(Proj.damage_type != BRUTE && Proj.damage_type != BURN)
visible_message("<span class='danger'>[src] is undamaged by [Proj]!</span>")
// Webs don't care about disablers, tasers, etc. Or toxin damage. They're organic, but not alive.
else
..()
return
..()
// ---------- WRAP
@@ -45,6 +45,7 @@
/datum/reagent/terror_queen_toxin/on_mob_life(mob/living/M)
// make them hallucinate a lot, like a changeling sting
M.hallucination = min(400, M.hallucination+50)
if(M.hallucination < 400)
M.Hallucinate(50)