ZVISION: Correct the script names of the location-specific cheats

This commit is contained in:
Filippos Karapetis 2014-12-26 19:56:37 +02:00
parent e5f0ee2271
commit 2becc76d5c

View File

@ -119,9 +119,9 @@ void ZVision::cheatCodes(uint8 key) {
}
// There are 3 more cheats in script files:
// - "EAT ME": gjcr.scr
// - "WHOAMI": hp1e.scr
// - "HUISOK": uh1f.scr
// - "WHOAMI": gjcr.scr
// - "HUISOK": hp1e.scr
// - "EAT ME": uh1f.scr
} else if (getGameId() == GID_NEMESIS) {
if (checkCode("CHLOE")) {
_scriptManager->changeLocation('t', 'm', '2', 'g', 0);