mirror of
https://github.com/psforever/PSF-LoginServer.git
synced 2026-01-19 18:44:45 +00:00
normal length
This commit is contained in:
parent
de6afa789c
commit
5d8d55c482
|
|
@ -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…
Reference in a new issue