Browse Source

Always spawn at Farnham when returning from an arena level

pull/6159/head
ephphatha 3 years ago committed by Anders Jenbo
parent
commit
8f90f975c4
  1. 2
      Source/quests.cpp

2
Source/quests.cpp

@ -530,7 +530,7 @@ Point GetMapReturnPosition()
case SL_VILEBETRAYER:
return Quests[Q_BETRAYER].position + Direction::South;
default:
return Towners[TOWN_DRUNK].position + Displacement { 1, 0 };
return GetTowner(TOWN_DRUNK)->position + Direction::SouthEast;
}
}

Loading…
Cancel
Save