mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-24 21:57:53 +01:00
[MIRROR] Fix promie shock mechanic & enables additional footsteps (#12802)
Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
co-authored by
Cameron Lennox
parent
a620b171cc
commit
e7e7d5342b
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user