equal
deleted
inserted
replaced
29 |
29 |
30 Lua API: |
30 Lua API: |
31 + New call: WriteLnToChat(string): Add a line in the chat |
31 + New call: WriteLnToChat(string): Add a line in the chat |
32 + New call: SetVampiric(bool): Toggle vampirism |
32 + New call: SetVampiric(bool): Toggle vampirism |
33 + New call: SetLaserSight(bool): Toggle laser sight |
33 + New call: SetLaserSight(bool): Toggle laser sight |
|
34 + New call: GetWind(): Returns current wind (approximation) from -100 to 100 |
34 + New callback: onEndTurn(): Called at the end of a turn (when gears have settled) |
35 + New callback: onEndTurn(): Called at the end of a turn (when gears have settled) |
35 * Fix call: SetWeapon(amNothing) now unselects weapon |
36 * Fix call: SetWeapon(amNothing) now unselects weapon |
36 * Fix global: TotalRounds was stuck at -1 for several turns |
37 * Fix global: TotalRounds was stuck at -1 for several turns |
37 |
38 |
38 ====================== 0.9.23 ====================== |
39 ====================== 0.9.23 ====================== |