Support the /batteryN and /batteryW commands.

Also up the PVP damage to 700.
This commit is contained in:
2020-09-28 18:53:16 +02:00
parent efb3df7133
commit 4079806436
2 changed files with 4 additions and 4 deletions

View File

@@ -674,10 +674,10 @@ void PlayerManager::setSpecialPlayer(CNSocket* sock, CNPacketData* data) {
plr->HP = setData->iSetValue;
break;
case 2:
// TODO: batteryW
plr->batteryW = setData->iSetValue;
break;
case 3:
// TODO: batteryN nanopotion
plr->batteryN = setData->iSetValue;
break;
case 4:
plr->fusionmatter = setData->iSetValue;