mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-30 19:41:56 +00:00
* fixes ghosts not being included in get_hearers_in_view(), AGAIN! (#60297) thanks to shaps for reporting this turns out mob/dead/Initialize() doesnt call parent, and mobs are made hearing sensitive in mob/Initialize(), so ghosts yet again werent included in get_hearers_in_view(). now they are! now actually tested this time by attacking pun pun then ghosting, on master the red attack text doesnt show for ghosts in view but now it does with the first pr the issue was because when target was a mob, view() only includes what the mob can see, so i made it always use a turf like it was previously. but the refactor done in the same pr meant that ghosts didnt become hearing sensitive so whoops * fixes ghosts not being included in get_hearers_in_view(), again! Co-authored-by: Kylerace <kylerlumpkin1@gmail.com> Co-authored-by: Useroth <37159550+Useroth@users.noreply.github.com>