Fixes Spiderweb SCS_NOMOVECOND (#7953)

* Fixes #7948.
* Removes Spiderweb from the SCS_NOMOVECOND checks.
* Follow up to f28d207.
Thanks to @izecold!
This commit is contained in:
Aleos 2023-10-04 19:15:11 -04:00 committed by GitHub
parent f5889b08ea
commit bbb6a9e90c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5408,7 +5408,6 @@ void status_calc_state( struct block_list *bl, status_change *sc, std::bitset<SC
|| (sc->getSCE(SC_CAMOUFLAGE) && sc->getSCE(SC_CAMOUFLAGE)->val1 < 3)
|| (sc->getSCE(SC_MAGNETICFIELD) && sc->getSCE(SC_MAGNETICFIELD)->val2 != bl->id)
|| (sc->getSCE(SC_FEAR) && sc->getSCE(SC_FEAR)->val2 > 0)
|| (sc->getSCE(SC_SPIDERWEB) && sc->getSCE(SC_SPIDERWEB)->val1)
|| (sc->getSCE(SC_HIDING) && (bl->type != BL_PC || (pc_checkskill(BL_CAST(BL_PC,bl),RG_TUNNELDRIVE) <= 0)))
|| (sc->getSCE(SC_DANCING) && sc->getSCE(SC_DANCING)->val4 && (
#ifndef RENEWAL