]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Update the Heal documentation to reflect the new limit
authorMario <mario@smbclan.net>
Sun, 17 Jun 2018 08:12:39 +0000 (18:12 +1000)
committerMario <mario@smbclan.net>
Sun, 17 Jun 2018 08:12:39 +0000 (18:12 +1000)
qcsrc/server/g_damage.qh

index b0c44a719d4d5d2fdb66a887afa338d7ba8b01aa..e752f1057e15340c8f62d4a4eeeae01d3d241c0c 100644 (file)
@@ -97,7 +97,7 @@ float RadiusDamageForSource (entity inflictor, vector inflictororigin, vector in
 float RadiusDamage (entity inflictor, entity attacker, float coredamage, float edgedamage, float rad, entity cantbe, entity mustbe, float forceintensity, int deathtype, .entity weaponentity, entity directhitentity);
 
 // Calls .event_heal on the target so that they can handle healing themselves
-// a limit of 0 should be handled by the entity as its max health (if applicable)
+// a limit of -1 should be handled by the entity as its max health (if applicable)
 bool Heal(entity targ, entity inflictor, float amount, float limit);
 
 .float fire_damagepersec;