Alex King 20efa83f73
[Bug Fix] Fix possible crash in ProcessSpecialAbilities. (#2630)
* [Bug Fix] Fix possible crash in ProcessSpecialAbilities.

# Notes
- Passing an invalid special ability along such as `4,1,,-1,100` currently causes a crash since every `,` assumes it's followed by a number.
- Fixed by making sure first and second parameters are numbers and then when looping additional parameters we also check if they are numbers.

* Update mob.cpp
2022-12-11 09:07:06 -05:00
..
2015-06-20 19:44:00 -07:00
2021-08-31 01:24:21 -05:00
2013-05-09 11:37:51 -04:00
2018-03-04 13:54:28 -05:00
2013-05-09 11:37:51 -04:00
2022-05-09 20:49:43 -05:00
2022-05-09 20:49:43 -05:00
2017-05-15 15:46:19 -07:00
2013-02-16 16:14:39 -08:00
2014-08-21 23:46:01 -07:00
2018-11-07 21:55:12 -08:00
2016-05-25 16:10:28 -04:00
2013-05-09 11:37:51 -04:00
2022-10-12 20:14:44 -05:00
2014-12-15 19:16:53 -06:00
2020-01-31 20:25:06 -06:00