Ok i solved one problem.
Line 170:
Change on:
Second problem is still to fix.
- Event's insensitivity to the shot.
Line 170:
Code:
hit_player if in_range_ballistic?(x, y, $game_player, 1)
Change on:
Code:
hit_player if in_range_ballistic?(x, y, $game_player, 1) && @parent != $game_player
Second problem is still to fix.
- Event's insensitivity to the shot.