mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-29 16:19:36 +01:00
ShieldBoss Bugfix (#12857)
This commit is contained in:
@@ -95,6 +95,7 @@
|
||||
if(3)
|
||||
addtimer(CALLBACK(src, PROC_REF(random_firing), A, 10, 1, 7), 0.5 SECONDS, TIMER_DELETE_ME)
|
||||
attackcycle = 0
|
||||
parry_chance = 0
|
||||
icon_state = "shield_mecha"
|
||||
if(I_GRAB) //phase2
|
||||
switch(attackcycle)
|
||||
@@ -111,6 +112,7 @@
|
||||
if(3)
|
||||
addtimer(CALLBACK(src, PROC_REF(quad_random_firing), A, 10, 1, 7), 0.5 SECONDS, TIMER_DELETE_ME)
|
||||
attackcycle = 0
|
||||
parry_chance = 0
|
||||
icon_state = "shield_mecha"
|
||||
if(I_DISARM) //phase3
|
||||
switch(attackcycle)
|
||||
|
||||
Reference in New Issue
Block a user