- Added a modified version of Karate Chris's submission for killing specific

monsters with the 'Kill' ccmd.


SVN r759 (trunk)
This commit is contained in:
Christoph Oelckers 2008-02-20 21:28:55 +00:00
commit d412266bfc
5 changed files with 33 additions and 3 deletions

View file

@ -149,6 +149,7 @@ enum EDemoCommand
DEM_TAKECHEAT, // 47 String: item to take, Word: quantity
DEM_ADDCONTROLLER, // 48 Player to add to the controller list.
DEM_DELCONTROLLER, // 49 Player to remove from the controller list.
DEM_KILLCLASSCHEAT, // 50 String: Class to kill.
};
// The following are implemented by cht_DoCheat in m_cheat.cpp