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:
Quinci135 2021-05-23 17:11:06 -07:00 committed by GitHub
parent aee0661192
commit 5ac48019ab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -50,7 +50,7 @@ namespace TShockAPI
public bool[] hideVisuals;
public int questsCompleted;
public int usingBiomeTorches;
public int happyFunTorchTime = 1;
public int happyFunTorchTime;
public int unlockedBiomeTorches;
public PlayerData(TSPlayer player)