From 8a2d34ccebe8dcbbafe5abbb8857eb860f7ae3e8 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Mon, 10 Aug 2020 20:22:12 +0200 Subject: [PATCH] - fixed typo in BUNZ cheat. --- source/blood/src/messages.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/blood/src/messages.cpp b/source/blood/src/messages.cpp index 248b72e5a..01cb58862 100644 --- a/source/blood/src/messages.cpp +++ b/source/blood/src/messages.cpp @@ -560,7 +560,7 @@ static cheatseq_t s_CheatInfo[] = { {"GRISWOLD", doCheat, 0 }, // GRISWOLD (Full armor (same effect as getting super armor)) {"EDMARK", doCheat, 0 }, // EDMARK (Does a lot of fire damage to you (if you have 200HP and 200 fire armor then you can survive). Displays the message "THOSE WERE THE DAYS".) {"TEQUILA", doCheat, 0 }, // TEQUILA (Guns akimbo power-up) - {"BUNZ[", doCheat, 0 }, // BUNZ (All weapons, full ammo, and guns akimbo power-up) + {"BUNZ", doCheat, 0 }, // BUNZ (All weapons, full ammo, and guns akimbo power-up) {"FUNKY SHOES", doCheat, 0 }, // FUNKY SHOES (Gives jump boots item and activates it) {"GATEKEEPER", doCheat, 0 }, // GATEKEEPER (Sets the you cheated flag to true, at the end of the level you will see that you have cheated) {"KEYMASTER", doCheat, 0 }, // KEYMASTER (All keys)