Fixes bubbles not doing the stage 1 version of the hallucination charge (#73119)

Bubblegum is once again capable of performing his 5 hallucination,
one real Bubblegum attack.
This commit is contained in:
1393F
2023-02-02 16:06:16 -05:00
committed by GitHub
parent e4110bf4ed
commit 31220b8e4f
+1 -1
View File
@@ -227,7 +227,7 @@
var/spawn_blood = FALSE
/datum/action/cooldown/mob_cooldown/charge/hallucination_charge/charge_sequence(atom/movable/charger, atom/target_atom, delay, past)
if(!enraged)
if(!enraged || prob(33))
hallucination_charge(target_atom, 6, 8, 0, 6, TRUE)
return
for(var/i in 0 to 2)