From cebfdbee7e554f967a72db697a769e1a9cc723a7 Mon Sep 17 00:00:00 2001 From: patience Date: Tue, 21 Apr 2026 20:25:08 +0100 Subject: [PATCH] Let's pretend I didn't forget to comment out shorter respawns --- TransitionPlayer.cs | 4 ++-- build.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/TransitionPlayer.cs b/TransitionPlayer.cs index 56c196c..5e30fbc 100644 --- a/TransitionPlayer.cs +++ b/TransitionPlayer.cs @@ -10,10 +10,10 @@ using Terraria.ModLoader; namespace smoothDeathTransitions { public class TransitionPlayer : ModPlayer { - public override void Kill(double damage, int hitDirection, bool pvp, PlayerDeathReason damageSource) + /*public override void Kill(double damage, int hitDirection, bool pvp, PlayerDeathReason damageSource) { Player.respawnTimer=150; // For testing - } + }*/ public string GetBiomeSpecificTransitions(){ // This code is going to suck. diff --git a/build.txt b/build.txt index 957587b..33b98ab 100644 --- a/build.txt +++ b/build.txt @@ -1,4 +1,4 @@ displayName = Smooth Death Transitions author = Emerald Quartz side = Client -version = 2.0.2 \ No newline at end of file +version = 2.0.3 \ No newline at end of file