Fix some typos.
This commit is contained in:
parent
4b3c875965
commit
f3ca6fc3da
11 changed files with 39 additions and 19 deletions
|
|
@ -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 )
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue