teleport to zone 3 (hotel) instead

This commit is contained in:
JohnCorby 2022-03-27 18:13:09 -07:00
parent 946cc2a77f
commit 60029b0ccc

View File

@ -68,7 +68,7 @@ public class DebugActions : MonoBehaviour, IAddComponentOnStart
{
var relativeLocation = new RelativeLocationData(Vector3.up + Vector3.forward, Quaternion.identity, Vector3.zero);
const DreamArrivalPoint.Location location = DreamArrivalPoint.Location.Zone2;
const DreamArrivalPoint.Location location = DreamArrivalPoint.Location.Zone3;
var arrivalPoint = Locator.GetDreamArrivalPoint(location);
var dreamCampfire = Locator.GetDreamCampfire(location);
if (Locator.GetToolModeSwapper().GetItemCarryTool().GetHeldItemType() != ItemType.DreamLantern)