ChangeLog.txt
changeset 12932 e0da398805b6
parent 12931 c27dd59a3ffe
child 12935 ff42888333bc
--- a/ChangeLog.txt	Fri Feb 09 04:37:27 2018 +0100
+++ b/ChangeLog.txt	Fri Feb 09 06:03:01 2018 +0100
@@ -33,6 +33,7 @@
  + New call: SetLaserSight(bool): Toggle laser sight
  + New call: GetWind(): Returns current wind (approximation) from -100 to 100
  + New call: GetTeamName(teamIdx): Returns name of team with given index (starts at 0)
+ + New call: SpawnSupplyCrate(x, y, content, [, amount]): Spawn ammo or utility crate, depending on content
  + New callback: onEndTurn(): Called at the end of a turn (when gears have settled)
  * Fix call: SetWeapon(amNothing) now unselects weapon
  * Fix global: TotalRounds was stuck at -1 for several turns