Skip to content

Commit

Permalink
Increase Commander/Sensor experience from makemehero cheat
Browse files Browse the repository at this point in the history
To 2048.
  • Loading branch information
KJeff01 committed Jun 13, 2024
1 parent 8fb7968 commit 2f38bfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/keybind.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ void kf_MakeMeHero()
{
if (psDroid->selected && (psDroid->droidType == DROID_COMMAND || psDroid->droidType == DROID_SENSOR))
{
psDroid->experience = 8 * 65536 * 128;
psDroid->experience = 16 * 65536 * 128;
}
else if (psDroid->selected)
{
Expand Down

0 comments on commit 2f38bfa

Please sign in to comment.