Added Laser tutorial

This commit is contained in:
Marco 2025-05-02 16:20:54 +02:00
commit a015254f9a
14 changed files with 144 additions and 16 deletions

View file

@ -36,6 +36,10 @@ public partial class LevelTeleporter : Teleporter
// Save inventory
GlobalState.Instance.SessionSettings.Items = InventoryManager.Instance.Save();
}
else
{
GlobalState.Instance.SessionSettings.EquippedWeaponId = string.Empty;
}
if (!string.IsNullOrWhiteSpace(LevelPath))
{