Skip to content

Commit

Permalink
Fixed Heretic: "Typo in console help for command "give"" (see here: h…
Browse files Browse the repository at this point in the history
  • Loading branch information
danij-deng committed Feb 12, 2011
1 parent 7569631 commit 0ec64cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/plugins/jheretic/src/m_cheat.c
Expand Up @@ -852,7 +852,7 @@ DEFCC(CCmdCheatGive)
Con_Printf(" k - keys\n");
Con_Printf(" p - backpack full of ammo\n");
Con_Printf(" r - armor\n");
Con_Printf(" t - tomb of power\n");
Con_Printf(" t - tome of power\n");
Con_Printf(" w - weapons\n");
Con_Printf("Example: 'give ikw' gives items, keys and weapons.\n");
Con_Printf("Example: 'give w2k1' gives weapon two and key one.\n");
Expand Down

0 comments on commit 0ec64cc

Please sign in to comment.