maple-v206/scripts/field/undomorphdarco.py

7 lines
261 B
Python

# Used to remove the Red Draco Morph Buff In Leafre : Station
from net.swordie.ms.client.character.skills.temp import CharacterTemporaryStat
if sm.getnOptionByCTS(CharacterTemporaryStat.Morph) == 16:
sm.removeCTS(CharacterTemporaryStat.Morph)
sm.dispose()