Changeset df3f9e5f3d59634bcb20035c8298cb7b25d2c6d3

Show
Ignore:
Timestamp:
09/01/07 11:19:56 (1 year ago)
Author:
Christopher Jung <bktheg@web.de>
git-committer:
Christopher Jung <bktheg@web.de> 1188638396 +0200
git-parent:

[476c0058d755de60964c0f631707777637230b8f]

git-author:
Sebastian Gift <Madison@gt-knm.de> 1188638396 +0200
Message:

Ablative Panzerung wird bei Kampferoeffnung korrekt aus dem Schiff rauskopiert.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • src/net/driftingsouls/ds2/server/battles/BattleShip.java

    r4f02618 rdf3f9e5  
    8080                this.sensors = ship.getSensors(); 
    8181                this.count = ship.getTypeData().getShipCount(); 
     82                this.ablativeArmor = ship.getAblativeArmor(); 
    8283                this.newcount = 0; 
    8384        }