🐛Make the FightWorld reset when sleeping in the bed
This commit is contained in:
@@ -72,7 +72,6 @@ public partial class FightWorld : Node
|
||||
public override void _EnterTree()
|
||||
{
|
||||
Instance = this;
|
||||
MyEnterTree();
|
||||
}
|
||||
|
||||
#endregion
|
||||
@@ -82,7 +81,7 @@ public partial class FightWorld : Node
|
||||
public FightHappeningData? fightHappeningData = null;
|
||||
public AllyFighters allyFighters = new();
|
||||
|
||||
public void MyEnterTree()
|
||||
public void ResetFightWorld()
|
||||
{
|
||||
Generate();
|
||||
currentRoom = world!.rooms[0];
|
||||
|
||||
Reference in New Issue
Block a user