public static void Apply(Thing t, float healthDamage, float maxDamage) { t.AddNextUpdate(new HurtBehavior(healthDamage / maxDamage)); }