Änderungen

Summary

  1. Fixed "Attacks prevented" taking string (#58) (details)
  2. Remake of InstantDummyCaster with vec3 position argument (#59) (details)
  3. Damage detection fix (#61) (details)
Commit 837364e551075255c6de8510bac1f60ed05bbac0 by frotty
Fixed "Attacks prevented" taking string (#58)
The file was modifiedwurst/objediting/AbilityObjEditing.wurst (diff)
Commit e2004c581e58f5336de67b631382b4e010523717 by frotty
Remake of InstantDummyCaster with vec3 position argument (#59)

* Remake of InstantDummyCaster with vec3 position argument

* Applied Frotty's advices.
The file was modifiedwurst/dummy/InstantDummyCaster.wurst (diff)
Commit af1c804660353e132e06ff334ba1439349ba97d4 by frotty
Damage detection fix (#61)

* Enumeration Fix

Use player based unit enumeration to also add dead heroes and hidden units to the Damage Detection.

* Better for loop syntax
The file was modifiedwurst/event/DamageDetection.wurst (diff)