Changeset bb390173e6e61683c95dd12ca6dc417e59f92ade
- Timestamp:
- 09/22/07 14:18:06
(1 year ago)
- Author:
- Christopher Jung <bktheg@web.de>
- git-committer:
- Christopher Jung <bktheg@web.de> 1190463486 +0200
- git-parent:
[870bccb4f88089398dd4fdd7f1de464656047319]
- git-author:
- Simon Dietsch <rhonabwy@arcor.de> 1190314396 +0000
- Message:
Kontostand in der Uebersicht
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rf034a00 |
rbb39017 |
|
| 217 | 217 | |
|---|
| 218 | 218 | Cargo usercargo = new Cargo( Cargo.Type.STRING, user.getCargo() ); |
|---|
| 219 | | |
|---|
| | 219 | |
|---|
| 220 | 220 | t.set_var( "user.name", Common._title(user.getName()), |
|---|
| 221 | 221 | "user.race", race, |
|---|
| 222 | 222 | "res.nahrung.image", Cargo.getResourceImage(Resources.NAHRUNG), |
|---|
| 223 | 223 | "user.nahrung", Common.ln(usercargo.getResourceCount(Resources.NAHRUNG)), |
|---|
| | 224 | "user.konto", Common.ln(user.getKonto()), |
|---|
| 224 | 225 | "global.ticks", ticks, |
|---|
| 225 | 226 | "global.ticktime", ticktime ); |
|---|
| r3924571 |
rbb39017 |
|
| 27 | 27 | Letzter Tick: {global.ticktime}<br /> |
|---|
| 28 | 28 | Zeitpunkt: {time.current} ({global.ticks})<br /> |
|---|
| | 29 | Kontostand: {user.konto} RE<br /> |
|---|
| 29 | 30 | <img src="{res.nahrung.image}" alt="" />{if user.nahrung}Nahrung: {user.nahrung}{else}<span style="color:red">Nahrung: {user.nahrung}</span>{/endif} |
|---|
| 30 | 31 | {if user.nahrung.stat.tick} |
|---|