mirror of
https://github.com/OpenFusionProject/OpenFusion.git
synced 2025-09-30 19:50:05 +00:00
Support the /batteryN and /batteryW commands.
Also up the PVP damage to 700.
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user