Removes literal variables (#257)
This commit is contained in:
parent
580da8a0cc
commit
4d6e584b6c
359 changed files with 1306 additions and 1306 deletions
|
|
@ -162,15 +162,15 @@ namespace Server.Items
|
|||
{
|
||||
if (!from.InRange(GetWorldLocation(), 4) || !from.InLOS(this))
|
||||
{
|
||||
@from.LocalOverheadMessage(MessageType.Regular, 0x3B2, 1019045); // I can't reach that.
|
||||
from.LocalOverheadMessage(MessageType.Regular, 0x3B2, 1019045); // I can't reach that.
|
||||
}
|
||||
else if (!IsFull)
|
||||
{
|
||||
@from.SendLocalizedMessage(500997); // You need more wheat to make a sack of flour.
|
||||
from.SendLocalizedMessage(500997); // You need more wheat to make a sack of flour.
|
||||
}
|
||||
else
|
||||
{
|
||||
StartWorking(@from);
|
||||
StartWorking(from);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue