mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 14:39:58 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user