[Scummvm-git-logs] scummvm master -> dcb19fbfbbf50c08f793c4fef1bac3eaf225f5cd
elasota
noreply at scummvm.org
Sun Jul 3 18:31:57 UTC 2022
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
dcb19fbfbb MTROPOLIS: Add auto-save triggers for Obsidian Immediate Action clock puzzle
Commit: dcb19fbfbbf50c08f793c4fef1bac3eaf225f5cd
https://github.com/scummvm/scummvm/commit/dcb19fbfbbf50c08f793c4fef1bac3eaf225f5cd
Author: elasota (ejlasota at gmail.com)
Date: 2022-07-03T14:31:43-04:00
Commit Message:
MTROPOLIS: Add auto-save triggers for Obsidian Immediate Action clock puzzle
Changed paths:
engines/mtropolis/hacks.cpp
diff --git a/engines/mtropolis/hacks.cpp b/engines/mtropolis/hacks.cpp
index 2c85b351448..24c333397d3 100644
--- a/engines/mtropolis/hacks.cpp
+++ b/engines/mtropolis/hacks.cpp
@@ -301,6 +301,18 @@ static ObsidianAutoSaveTrigger kObsidianAutoSaveTriggers[] = {
nullptr,
"cgst.clst.cinv.bhavesd",
},
+ // Fix Immediate Action clock + exit left side
+ {
+ "504.0L",
+ nullptr,
+ "cgst.clst.cl500st.bwonl505",
+ },
+ // Fix Immediate Action clock + exit right side
+ {
+ "504.4L",
+ nullptr,
+ "cgst.clst.cl500st.bwonl505",
+ },
// Give document to Immediate Action + return to light
{
"306.6L",
More information about the Scummvm-git-logs
mailing list