mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-21 11:07:12 +01:00
Fox Requests
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user