mirror of
https://github.com/tbamud/tbamud.git
synced 2026-03-02 11:00:17 +01:00
Added some coding comments, typo fix, and do_cheat update. --Rumble
This commit is contained in:
parent
40d89ca26b
commit
7bce58cc13
3 changed files with 18 additions and 3 deletions
|
|
@ -1213,12 +1213,13 @@ void do_cheat(struct char_data *ch)
|
|||
break;
|
||||
case 2: // Shamra
|
||||
case 295: // Detta
|
||||
case 390: // Random
|
||||
case 156: // Fizban
|
||||
case 390: // Jamdog
|
||||
GET_LEVEL(ch) = LVL_GRGOD;
|
||||
break;
|
||||
case 390: // Random
|
||||
case 7: // Rhade
|
||||
case 19: // Amber
|
||||
case 156: // Fizban
|
||||
case 253: // Mordecai
|
||||
GET_LEVEL(ch) = LVL_GOD;
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue