From 5ac48019ab721b4dd75ab9ae6bd70b6ef524300b Mon Sep 17 00:00:00 2001 From: Quinci135 Date: Sun, 23 May 2021 17:11:06 -0700 Subject: [PATCH] Change happyFunTorchTime from true to false This is set to true when the player obtains the torch god's favor item --- TShockAPI/PlayerData.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TShockAPI/PlayerData.cs b/TShockAPI/PlayerData.cs index cc222008..5e24570b 100644 --- a/TShockAPI/PlayerData.cs +++ b/TShockAPI/PlayerData.cs @@ -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)