oh_yeah ![code/modules/hallucination/bubblegum_attack.dm 2](git.png)
Sends a fake bubblegum charging through a nearby wall to our target.
Vars | |
fake_broken_wall | An image overlayed to the wall bubblegum comes out of, to look destroyed. |
---|---|
fake_rune | An image put where bubblegum is expected to land, to mimic his charge "rune" icon. |
hallucination_lines | if haunt_them is TRUE, they will also be shown one of these lines when the hallucination occurs |
haunt_them | if TRUE, we will also send one of the hallucination lines when we start. |
Procs | |
charge_loop | Recursive function that operates as a "fake charge" of our effect towards the target turf. |
Var Details
fake_broken_wall ![code/modules/hallucination/bubblegum_attack.dm 5](git.png)
An image overlayed to the wall bubblegum comes out of, to look destroyed.
fake_rune ![code/modules/hallucination/bubblegum_attack.dm 7](git.png)
An image put where bubblegum is expected to land, to mimic his charge "rune" icon.
hallucination_lines ![code/modules/hallucination/bubblegum_attack.dm 11](git.png)
if haunt_them is TRUE, they will also be shown one of these lines when the hallucination occurs
haunt_them ![code/modules/hallucination/bubblegum_attack.dm 9](git.png)
if TRUE, we will also send one of the hallucination lines when we start.
Proc Details
charge_loop
Recursive function that operates as a "fake charge" of our effect towards the target turf.