Changeset df3f9e5f3d59634bcb20035c8298cb7b25d2c6d3
- 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
| r4f02618 |
rdf3f9e5 |
|
| 80 | 80 | this.sensors = ship.getSensors(); |
|---|
| 81 | 81 | this.count = ship.getTypeData().getShipCount(); |
|---|
| | 82 | this.ablativeArmor = ship.getAblativeArmor(); |
|---|
| 82 | 83 | this.newcount = 0; |
|---|
| 83 | 84 | } |
|---|