[MIRROR] Fix promie shock mechanic & enables additional footsteps (#12802)

Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2026-06-04 09:11:57 -04:00
committed by GitHub
co-authored by Cameron Lennox
parent a620b171cc
commit e7e7d5342b
45 changed files with 299 additions and 343 deletions
+4 -4
View File
@@ -43,16 +43,16 @@
footstep_ret = GLOB.lightclawfootstep
if(FOOTSTEP_MOB_CLAW)
footstep_ret = GLOB.clawfootstep
if(FOOTSTEP_MOB_HEAVY)
footstep_ret = GLOB.heavyfootstep
if(FOOTSTEP_MOB_HEAVY_ALT)
footstep_ret = GLOB.heavyaltfootstep
if(FOOTSTEP_MOB_SHOE)
footstep_ret = GLOB.footstep
if(FOOTSTEP_MOB_SLIME)
footstep_ret = GLOB.slimefootstep
if(FOOTSTEP_MOB_SLITHER)
footstep_ret = GLOB.slitherfootstep
if(FOOTSTEP_MOB_HEAVY_ALT)
footstep_ret = GLOB.heavyaltfootstep
if(FOOTSTEP_MOB_HEAVY)
footstep_ret = GLOB.heavyfootstep
if(FOOTSTEP_MOB_MECHY)
footstep_ret = GLOB.mechfootstep
else