Nerfs Hallucination Sting Duration + It Injects Mindbreaker Now (#12276)

This commit is contained in:
WickedCybs
2021-08-04 14:38:16 -03:00
committed by GitHub
parent ce3cf5f390
commit fd183ddeab
2 changed files with 9 additions and 2 deletions
@@ -74,7 +74,7 @@
/mob/proc/changeling_hallucinate_sting()
set category = "Changeling"
set name = "Hallucination Sting (15)"
set desc = "Causes target to begin hallucinating after five to fifteen seconds."
set desc = "Causes target to begin hallucinating after a few seconds."
changeling_sting(15, /mob/proc/changeling_hallucinate_sting, /datum/changeling_sting/hallucinate, TRUE)
@@ -84,7 +84,8 @@
/datum/changeling_sting/hallucinate/do_sting(mob/living/target)
..()
addtimer(CALLBACK(target, /mob/living.proc/add_hallucinate, 200), rand(5 SECONDS, 15 SECONDS))
if(target.reagents)
addtimer(target.reagents.add_reagent(/decl/reagent/mindbreaker, 3), rand(5 SECONDS, 15 SECONDS))
/mob/proc/changeling_silence_sting()
set category = "Changeling"
@@ -0,0 +1,6 @@
author: WickedCybs
delete-after: True
changes:
- balance: "The changeling hallucination sting will directly inject three units of mindbreaker into somebody instead of directly applying hallucinations that cannot be traced at all for upwards of twelve minutes. The new duration will be around three to five without medical attention, give or take as severity can be a bit random."