mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-09 06:04:59 +00:00
Lots of rubocop
This commit is contained in:
@@ -27,7 +27,7 @@ class Game_Follower < Game_Event
|
||||
end
|
||||
end
|
||||
|
||||
#=============================================================================
|
||||
#-----------------------------------------------------------------------------
|
||||
|
||||
def move_through(direction)
|
||||
old_through = @through
|
||||
@@ -105,7 +105,7 @@ class Game_Follower < Game_Event
|
||||
end
|
||||
end
|
||||
|
||||
#=============================================================================
|
||||
#-----------------------------------------------------------------------------
|
||||
|
||||
def turn_towards_leader(leader)
|
||||
pbTurnTowardEvent(self, leader)
|
||||
@@ -146,7 +146,7 @@ class Game_Follower < Game_Event
|
||||
end
|
||||
end
|
||||
|
||||
#=============================================================================
|
||||
#-----------------------------------------------------------------------------
|
||||
|
||||
def update_move
|
||||
was_jumping = jumping?
|
||||
@@ -157,7 +157,7 @@ class Game_Follower < Game_Event
|
||||
end
|
||||
end
|
||||
|
||||
#=============================================================================
|
||||
#-----------------------------------------------------------------------------
|
||||
|
||||
private
|
||||
|
||||
|
||||
Reference in New Issue
Block a user