mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-03 16:58:26 +00:00
TITANIC: Don't allow entering Arboretum Pellerator during winter
This commit is contained in:
parent
45a42ec949
commit
d4e2697adb
@ -65,6 +65,8 @@ bool CCallPellerator::PETActivateMsg(CPETActivateMsg *msg) {
|
||||
if (msg->_name == "Pellerator") {
|
||||
if (petDoorOrBellbotPresent()) {
|
||||
petDisplayMessage(BOT_BLOCKING_PELLERATOR);
|
||||
} else if (name == "FrozenArboretum.Node 4.E") {
|
||||
petDisplayMessage(FROZEN_PELLERATOR);
|
||||
} else if (name == "Bar.Node 1.S") {
|
||||
changeView("Pellerator.Node 1.S");
|
||||
} else {
|
||||
|
@ -31,6 +31,7 @@ enum StringId {
|
||||
BLANK,
|
||||
STANDING_OUTSIDE_PELLERATOR,
|
||||
BOT_BLOCKING_PELLERATOR,
|
||||
FROZEN_PELLERATOR,
|
||||
SUCCUBUS_IS_IN_STANDBY,
|
||||
NOTHING_TO_DELIVER,
|
||||
NOTHING_IN_SUCCUBUS_TRAY,
|
||||
|
Loading…
x
Reference in New Issue
Block a user