--- a/ChangeLog.txt Wed Apr 19 08:35:31 2017 -0400
+++ b/ChangeLog.txt Wed Apr 19 17:50:31 2017 +0200
@@ -229,6 +229,7 @@
+ New call: SetAmmoDescriptionAppendix(ammoType, descAppend) -- Append a custom text to the description of an ammo type without overwriting it
+ New call: GetHogFort(gearUid) -- Returns the name of the fort of the hog's team
+ New call: PlaceRubber(x, y, frameIdx) -- Places a rubber
+ + New call: EndTurn([noTaunts]) -- Ends the current turn
+ New hook: onVisualGearAdd(vgUid) -- called when a visual gear is added
+ New hook: onVisualGearDelete(vgUid) -- called when a visual gear is deleted
+ New hook: onUsedAmmo(ammoType) -- called when ammo has been finished using (e.g. after both shotgun shots)