mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-07 13:15:01 +00:00
Fixes music in mt. moon square
This commit is contained in:
@@ -423,7 +423,7 @@ def pbEventNextToPlayer?(event,player)
|
||||
end
|
||||
|
||||
|
||||
# Returns whether event is in line with the player, is facing the player and is
|
||||
# Returns whether event is in line with the player, is
|
||||
# within distance tiles of the player.
|
||||
def pbEventFacesPlayer?(event, player, distance)
|
||||
return pbEventNextToPlayer?(event,player) if distance == 0
|
||||
|
||||
Reference in New Issue
Block a user