mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-03 00:31:51 +00:00
Lost City Value for Quest Progression (#431)
Added an int to store the progression of Lost City (lostCity).
This commit is contained in:
committed by
GitHub
parent
935a172b68
commit
f9bc9d2dff
@@ -1369,7 +1369,7 @@ public abstract class Player {
|
|||||||
randomEventsEnabled, debugMode, clickToTele = false;
|
randomEventsEnabled, debugMode, clickToTele = false;
|
||||||
|
|
||||||
public int votePoints, saveDelay, playerKilled, gertCat, restGhost,
|
public int votePoints, saveDelay, playerKilled, gertCat, restGhost,
|
||||||
romeojuliet, runeMist, vampSlayer, cookAss, doricQuest, blackKnight, shieldArrav,
|
romeojuliet, runeMist, lostCity, vampSlayer, cookAss, doricQuest, blackKnight, shieldArrav,
|
||||||
sheepShear, impsC, randomActions,
|
sheepShear, impsC, randomActions,
|
||||||
totalPlayerDamageDealt, killedBy, lastChatId = 1, privateChat,
|
totalPlayerDamageDealt, killedBy, lastChatId = 1, privateChat,
|
||||||
dialogueId, randomCoffin, newLocation, specEffect,
|
dialogueId, randomCoffin, newLocation, specEffect,
|
||||||
|
|||||||
Reference in New Issue
Block a user