Change happyFunTorchTime from true to false
This is set to true when the player obtains the torch god's favor item
This commit is contained in:
parent
aee0661192
commit
5ac48019ab
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ namespace TShockAPI
|
||||||
public bool[] hideVisuals;
|
public bool[] hideVisuals;
|
||||||
public int questsCompleted;
|
public int questsCompleted;
|
||||||
public int usingBiomeTorches;
|
public int usingBiomeTorches;
|
||||||
public int happyFunTorchTime = 1;
|
public int happyFunTorchTime;
|
||||||
public int unlockedBiomeTorches;
|
public int unlockedBiomeTorches;
|
||||||
|
|
||||||
public PlayerData(TSPlayer player)
|
public PlayerData(TSPlayer player)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue