Added integer for leprechaunSpawned (lostCity) (#436)

- An integer checks if leprechaun is spawned (Lost City)
This commit is contained in:
JohnsonMichaels123
2020-12-14 12:25:02 -08:00
committed by GitHub
parent 169602b62b
commit 252171c209
@@ -1363,7 +1363,7 @@ public abstract class Player {
isSmithing, hasPaid, canTeleport, magicCharge,
clickedVamp, allowFading, otherBank,
recievedReward, poison, golemSpawned, zombieSpawned, shadeSpawned,
treeSpiritSpawned, chickenSpawned, clickedTree, filter = true,
treeSpiritSpawned,leprechaunSpawned, chickenSpawned, clickedTree, filter = true,
stopPlayer, npcCanAttack = true, gliderOpen, hasSandwhichLady,
isHarvesting, openDuel, killedJad, canHealersRespawn = true, playerIsBusy, miningRock,
randomEventsEnabled, debugMode, clickToTele = false;