Guillotine Fist SP Recovery Prevention Cleanup (#8443)

- Unified code for SC_EXTREMITYFIST
  * It stops natural SP recovery for 300s in pre-re
  * It stops natural SP recovery and recovery from items for 3s and shows icon in renewal
- Removed SC_EXTREMITYFIST2 as it's no longer needed
- Fixed an issue that caused a natural SP regen tick to happen right after using Guillotine Fist
- Fixes #8377
This commit is contained in:
Playtester
2024-06-19 07:53:30 +02:00
committed by GitHub
parent d191c2cf2a
commit 566ac2078d
9 changed files with 17 additions and 39 deletions

View File

@@ -6073,7 +6073,7 @@ BUILDIN_FUNC(percentheal)
return SCRIPT_CMD_SUCCESS;
#ifdef RENEWAL
if( sd->sc.getSCE(SC_EXTREMITYFIST2) )
if( sd->sc.getSCE(SC_EXTREMITYFIST) )
sp = 0;
#endif