mirror of
https://github.com/2revoemag/PSF-BotServer.git
synced 2026-04-28 15:25:22 +00:00
normal length
This commit is contained in:
parent
de6afa789c
commit
5d8d55c482
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ class HackCaptureActor extends Actor {
|
||||||
val hackingFaction = HackCaptureActor.GetHackingFaction(target).get
|
val hackingFaction = HackCaptureActor.GetHackingFaction(target).get
|
||||||
val duration = target.Owner match {
|
val duration = target.Owner match {
|
||||||
case b: Building if b.IsCtfBase && b.Neighbours(hackingFaction).nonEmpty =>
|
case b: Building if b.IsCtfBase && b.Neighbours(hackingFaction).nonEmpty =>
|
||||||
10.minutes
|
15.minutes
|
||||||
case _ =>
|
case _ =>
|
||||||
target.Definition.FacilityHackTime
|
target.Definition.FacilityHackTime
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue