[Scummvm-git-logs] scummvm master -> 9f529d2db1405f6272b17f351ba37b7a38547d0c
neuromancer
noreply at scummvm.org
Sat Jun 4 23:16:44 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:
9f529d2db1 HYPNO: enabled additional cheats in wet
Commit: 9f529d2db1405f6272b17f351ba37b7a38547d0c
https://github.com/scummvm/scummvm/commit/9f529d2db1405f6272b17f351ba37b7a38547d0c
Author: neuromancer (gustavo.grieco at gmail.com)
Date: 2022-06-05T01:17:18+02:00
Commit Message:
HYPNO: enabled additional cheats in wet
Changed paths:
engines/hypno/wet/hard.cpp
diff --git a/engines/hypno/wet/hard.cpp b/engines/hypno/wet/hard.cpp
index 6a4c426f072..cbd62c766f6 100644
--- a/engines/hypno/wet/hard.cpp
+++ b/engines/hypno/wet/hard.cpp
@@ -198,6 +198,14 @@ void WetEngine::runMainMenu(Code *code) {
playSound("sound/extra.raw", 1);
}
+ if ((_name == "FRASCAS" && _language == Common::ES_ESP) || \
+ (_name == "RITCHY" && _language == Common::FR_FRA)) {
+ _infiniteAmmoCheat = true;
+ _infiniteHealthCheat = true;
+ _lastLevel = 19;
+ playSound("sound/extra.raw", 1);
+ }
+
_name.toLowercase();
bool found = loadProfile(_name);
More information about the Scummvm-git-logs
mailing list