- 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:
parent
77040032c5
commit
d412266bfc
5 changed files with 33 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue