ThaPwned / WCS

Warcraft: Source using Source.Python to be faster, expandable, and flexible
GNU General Public License v3.0
30 stars 23 forks source link

wcs_warden duration #30

Closed NosferatuJoe closed 3 years ago

NosferatuJoe commented 3 years ago

Changed the duration of wards to use float values instead of integer since some races use decimals for the duration of wards. However I've tested this and although it works partially there's a part of the effect that will stay active indefinitely, not sure why.

Probably need to alter something in wards.py to make it work properly.