fixed travel message for 1 hour
This commit is contained in:
parent
98c3ff193d
commit
0ad4728816
@ -205,7 +205,7 @@ QString RPGModule::playerTravel(RPGCharacter *c, QString dir, bool repeat)
|
||||
{
|
||||
if(repeat)
|
||||
{
|
||||
if(dist > 0)
|
||||
if(dist > 1)
|
||||
return QString("%1 travels %2 during %3 hours through %4")
|
||||
.arg(c->pseudo).arg(direction).arg(dist).arg(currentArea);
|
||||
else {}
|
||||
|
Loading…
x
Reference in New Issue
Block a user