|
@@ -104,8 +104,9 @@ public class Soul : MonoBehaviour
|
|
|
}
|
|
}
|
|
|
else
|
|
else
|
|
|
{
|
|
{
|
|
|
- if (GameManager.instance.isSkyEnable) PlayersInput.instance[id].mp += addMp * scale;
|
|
|
|
|
- else PlayersInput.instance[id].mp += addMp;
|
|
|
|
|
|
|
+ //if (GameManager.instance.isSkyEnable) PlayersInput.instance[id].mp += addMp * scale;
|
|
|
|
|
+ //else PlayersInput.instance[id].mp += addMp;
|
|
|
|
|
+ PlayersInput.instance[id].mp += addMp;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
}
|
|
}
|