Let's pretend I didn't forget to comment out shorter respawns

This commit is contained in:
patience 2026-04-21 20:25:08 +01:00
parent 3439211cb1
commit cebfdbee7e
No known key found for this signature in database
2 changed files with 3 additions and 3 deletions

View file

@ -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.

View file

@ -1,4 +1,4 @@
displayName = Smooth Death Transitions
author = Emerald Quartz
side = Client
version = 2.0.2
version = 2.0.3