dialing back delay a lot due to combat check time
This commit is contained in:
parent
1de1db66e4
commit
746ad23253
BIN
conf/.mod-swift-travel-form.conf.dist.kate-swp
Normal file
BIN
conf/.mod-swift-travel-form.conf.dist.kate-swp
Normal file
Binary file not shown.
@ -105,7 +105,7 @@ public:
|
|||||||
if (!RequirementsMet(player))
|
if (!RequirementsMet(player))
|
||||||
return;
|
return;
|
||||||
|
|
||||||
player->m_Events.AddEvent(new SwiftTravelEvent(player, form), player->m_Events.CalculateTime(500));
|
player->m_Events.AddEvent(new SwiftTravelEvent(player, form), player->m_Events.CalculateTime(50));
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user