mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-01-12 02:22:11 +00:00
- Fixed issue where green spiders wrapping objects only see objects they're standing on - Fixed issue where mobs passing webs got stuck for 10 seconds, even though the code said // 5 seconds - Split up FindWrapTarget() and DoWrap() (former is just for ckeyed mobs) - Replaced instances of M.confused = max(M.confused, 3) with M.Confused(3) and similar for M.EyeBlurry() - Fixed bug where Destroy()-ed spiders don't call Death() and don't decrement ts_count_alive.