Time to go, gumballs and nano potions (#113)

* set up "go to the time machine" button working

* warping to the past now sets PayZoneFlag and removes all active missions

* added gumballs functionality

* added nano potions functionality

* formatting fix
This commit is contained in:
kamilprzyb
2020-09-25 07:35:27 +02:00
committed by GitHub
parent e5a24bcb70
commit d4f1515f5d
10 changed files with 158 additions and 11 deletions

View File

@@ -56,4 +56,5 @@ namespace MissionManager {
void mobKilled(CNSocket *sock, int mobid);
void saveMission(Player* player, int missionId);
void quitTask(CNSocket* sock, int32_t taskNum);
}