diff options
author | panikon <panikon@zoho.com> | 2014-07-11 04:29:29 -0300 |
---|---|---|
committer | panikon <panikon@zoho.com> | 2014-07-11 04:29:29 -0300 |
commit | da190e09a33591aaabfd2c7735fd64ebb12f78e9 (patch) | |
tree | 1dc3f034a0589cac2fed59c4340cd0509565ec3f /src/map/unit.c | |
parent | ed9628528dff9865085106a3edf2e5fa7962625c (diff) | |
download | hercules-da190e09a33591aaabfd2c7735fd64ebb12f78e9.tar.gz hercules-da190e09a33591aaabfd2c7735fd64ebb12f78e9.tar.bz2 hercules-da190e09a33591aaabfd2c7735fd64ebb12f78e9.tar.xz hercules-da190e09a33591aaabfd2c7735fd64ebb12f78e9.zip |
Mado behaviour changes
- Corrected list of skills that can be used while using mado
- Corrected list of supportive skills that can't be cast in users with mado
- Fixed *setmadogear behaviour, it would set mado to any character
Added SI_FALLENEMPIRE to SR_FALLENEMPIRE
Added SI_SILENTBREEZE to MH_SILENTBREEZE
Fixed MH_SILENTBREEZE entry in skill_db
Special thanks to Rytech
Diffstat (limited to 'src/map/unit.c')
-rw-r--r-- | src/map/unit.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/unit.c b/src/map/unit.c index e5c7c45c1..4290778e6 100644 --- a/src/map/unit.c +++ b/src/map/unit.c @@ -921,6 +921,7 @@ int unit_can_move(struct block_list *bl) { || (sc->data[SC_GOSPEL] && sc->data[SC_GOSPEL]->val4 == BCT_SELF) // cannot move while gospel is in effect || (sc->data[SC_BASILICA] && sc->data[SC_BASILICA]->val4 == bl->id) // Basilica caster cannot move || sc->data[SC_STOP] + /*|| sc->data[SC_FALLENEMPIRE]TODO*/ || sc->data[SC_RG_CCONFINE_M] || sc->data[SC_RG_CCONFINE_S] || sc->data[SC_GS_MADNESSCANCEL] |