Files
apollo/data/plugins/entity/interaction/object.rb
T
2016-03-17 23:22:04 +00:00

6 lines
166 B
Ruby

# Catch all object actions and turn the player to
# the position of the object
on :message, :object_action do |player, message|
player.turn_to message.position
end