mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 18:32:55 +00:00
Implemented armor durability
This commit is contained in:
@ -32,4 +32,8 @@ class DiamondHelmet extends Armor{
|
||||
public function getDefensePoints() : int{
|
||||
return 3;
|
||||
}
|
||||
|
||||
public function getMaxDurability() : int{
|
||||
return 364;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user