mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-04 08:39:27 +00:00
Remove message filtering
This commit is contained in:
@@ -27,7 +27,7 @@ class FishingAction < DistancedAction
|
||||
# Starts the fishing process.
|
||||
def start_fishing
|
||||
@started = true
|
||||
mob.send_message(tool.message, true)
|
||||
mob.send_message(tool.message)
|
||||
end
|
||||
|
||||
# Executes the action.
|
||||
@@ -72,7 +72,7 @@ class FishingAction < DistancedAction
|
||||
inventory.add(fish.id)
|
||||
|
||||
name = fish.name
|
||||
mob.send_message("You catch #{name.end_with?('s') ? 'some' : 'a'} #{name.downcase}.", true)
|
||||
mob.send_message("You catch #{name.end_with?('s') ? 'some' : 'a'} #{name.downcase}.")
|
||||
skills.add_experience(Skill::FISHING, fish.experience)
|
||||
|
||||
if find_bait == -1
|
||||
|
||||
Reference in New Issue
Block a user