Raise /heal to 500 HP
This commit is contained in:
parent
1388e9bcb3
commit
b958b43f9b
1 changed files with 2 additions and 2 deletions
|
|
@ -598,9 +598,9 @@ namespace TShockAPI
|
|||
return true;
|
||||
}
|
||||
|
||||
public void Heal(int damage = 400)
|
||||
public void Heal(int health = 500)
|
||||
{
|
||||
NetMessage.SendData((int)PacketTypes.PlayerHealOther, -1, -1, "", this.TPlayer.whoAmi, damage);
|
||||
NetMessage.SendData((int)PacketTypes.PlayerHealOther, -1, -1, "", this.TPlayer.whoAmi, health);
|
||||
}
|
||||
|
||||
public void Spawn()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue