fix comment (#4026)

This commit is contained in:
Ilya246
2020-12-18 09:44:15 -05:00
committed by GitHub
parent d80678dfeb
commit a8bae56b2c
@@ -14,7 +14,7 @@ abstract class ShieldComp implements Healthc, Posc{
/** Absorbs health damage. */
float shield;
/** Absorbs percentage of damage. */
/** Substracts an amount from damage. */
float armor;
/** Shield opacity. */
transient float shieldAlpha = 0f;