# HG changeset patch # User Adam Kaminski # Date 1606569282 18000 # Sat Nov 28 08:14:42 2020 -0500 # Node ID 84138c3ae3f3d3e0ac53c2ccb311bfd08a08f7c9 # Parent eee2db0ea2864519b8b6f0bfb252301e294912e9 Changed the parameter type of any network commands that use health or armor from short to variable. diff -r eee2db0ea286 -r 84138c3ae3f3 protocolspec/spec.players.txt --- a/protocolspec/spec.players.txt Fri Nov 27 23:00:20 2020 -0500 +++ b/protocolspec/spec.players.txt Sat Nov 28 08:14:42 2020 -0500 @@ -43,8 +43,8 @@ Command DamagePlayer Player player with MoTest - Short health - Short armor + Variable health + Variable armor Actor attacker with NullAllowed EndCommand @@ -60,12 +60,12 @@ Command SetPlayerHealth Player player - Short health + Variable health EndCommand Command SetPlayerArmor Player player with MoTest - Short armorAmount + Variable armorAmount String armorIcon EndCommand diff -r eee2db0ea286 -r 84138c3ae3f3 protocolspec/spec.things.txt --- a/protocolspec/spec.things.txt Fri Nov 27 23:00:20 2020 -0500 +++ b/protocolspec/spec.things.txt Sat Nov 28 08:14:42 2020 -0500 @@ -153,7 +153,7 @@ Command KillThing Actor victim - Short health + Variable health String damageType Actor source with NullAllowed Actor inflictor with NullAllowed