Implement NPC spawning.

Protected by a simplified GM system. Either everyone is a GM (local
servers) or nobody is (public servers).
This commit is contained in:
2020-08-25 04:28:42 +02:00
parent 9aa9b76826
commit b79bc56b31
6 changed files with 34 additions and 7 deletions

View File

@@ -14,6 +14,7 @@ namespace settings {
extern std::string NPCJSON;
extern std::string WARPJSON;
extern std::string GMPASS;
extern bool GM;
void init();
}