mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-20 04:26:03 +01:00
[MIRROR] Completely refactors hallucinations, and also adds a few [MDB IGNORE] (#16348)
* Completely refactors hallucinations, and also adds a few * delete 5 old hallucination types that should have been removed * Fixed old leftover tips conflicts * Fixes all the leftover conflicts and otherwise broken code Co-authored-by: MrMelbert <51863163+MrMelbert@users.noreply.github.com> Co-authored-by: tastyfish <crazychris32@gmail.com> Co-authored-by: GoldenAlpharex <jerego1234@hotmail.com>
This commit is contained in:
@@ -278,8 +278,7 @@
|
||||
var/mob/living/carbon/wearer = loc
|
||||
if(istype(wearer) && DT_PROB(1, delta_time)) //cursed by bubblegum
|
||||
if(prob(7.5))
|
||||
new /datum/hallucination/oh_yeah(wearer)
|
||||
to_chat(wearer, span_colossus("<b>[pick("I AM IMMORTAL.","I SHALL TAKE BACK WHAT'S MINE.","I SEE YOU.","YOU CANNOT ESCAPE ME FOREVER.","DEATH CANNOT HOLD ME.")]</b>"))
|
||||
wearer.cause_hallucination(/datum/hallucination/oh_yeah, "H.E.C.K suit", haunt_them = TRUE)
|
||||
else
|
||||
to_chat(wearer, span_warning("[pick("You hear faint whispers.","You smell ash.","You feel hot.","You hear a roar in the distance.")]"))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user