Fix some typos.

This commit is contained in:
Mari the Deer 2021-01-31 18:50:50 +01:00
commit f3ca6fc3da
11 changed files with 39 additions and 19 deletions

View file

@ -2555,7 +2555,7 @@ Class AlmasteelPlating : Inventory
{
Super.DoEffect();
if ( !dbf ) return;
dbf.Amount = int(dbf.Amount*.95-1); // rapidly dissipate Telubrium corrosion
dbf.Amount = int(dbf.Amount*.95-1); // rapidly dissipate Telebrium corrosion
}
override void AbsorbDamage( int damage, Name damageType, out int newdamage, Actor inflictor, Actor source, int flags )
{