mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-09 16:45:44 -07:00
Fixed typo in "the poison has worn off" message
This commit is contained in:
parent
86a25dd76f
commit
232cae454a
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ class Poison : PersistTimer (30, "poison", flags = arrayOf(TimerFlag.ClearOnDeat
|
|||
)
|
||||
|
||||
if (severity == 0 && entity is Player)
|
||||
sendMessage(entity, "The poison has wore off.")
|
||||
sendMessage(entity, "The poison has worn off.")
|
||||
return severity > 0
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue