diff options
author | Daniel Weipert <code@drogueronin.de> | 2023-11-29 09:35:27 +0100 |
---|---|---|
committer | Daniel Weipert <code@drogueronin.de> | 2023-11-29 09:35:27 +0100 |
commit | 3afcaef927391db23fe23c6c8c26b8960e8dae32 (patch) | |
tree | 143b9f6df9e8c795c8c6ed901bffdc7119f40df1 /views/villages.twig | |
parent | c4ce3e884a6aa527bcc138771617215cf03265a4 (diff) |
intermediate commit
Diffstat (limited to 'views/villages.twig')
-rw-r--r-- | views/villages.twig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/views/villages.twig b/views/villages.twig index 21d8cec..bdb87be 100644 --- a/views/villages.twig +++ b/views/villages.twig @@ -11,7 +11,7 @@ <td>Iron</td> <td>Food</td> <td>Storage</td> - <td>Reputation</td> + <td>Satisfaction</td> </tr> </thead> <tbody> @@ -30,7 +30,7 @@ <td>{{ village.iron }}</td> <td>{{ village.food }}</td> <td>{{ village.getStorage(village.id).getCapacity() * (25 / 100) }}</td> - <td>{{ village.reputation }}</td> + <td>{{ village.satisfaction }}</td> </tr> {% endfor %} </tbody> |