MAXCOMBOTIME 6s -> 4s

This commit is contained in:
AJ Martinez 2024-02-10 15:50:15 -07:00
parent 8f2989a8a9
commit 09b5cb5020

View file

@ -41,7 +41,7 @@ Make sure this matches the actual number of states
#define MAXCOMBOFLOAT (mapobjectscale*10)
#define MINCOMBOTHRUST (mapobjectscale*2)
#define MINCOMBOFLOAT (mapobjectscale*1)
#define MAXCOMBOTIME (TICRATE*6)
#define MAXCOMBOTIME (TICRATE*4)
#define FLAMESHIELD_MAX (120)