Nuke fixes (#6868)

Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
This commit is contained in:
Alex Evgrashin
2022-02-24 03:00:51 +03:00
committed by GitHub
parent b5165051f6
commit df970b2283
11 changed files with 97 additions and 91 deletions

View File

@@ -15,7 +15,8 @@ namespace Content.Shared.Nuke
AWAIT_DISK,
AWAIT_CODE,
AWAIT_ARM,
ARMED
ARMED,
COOLDOWN
}
[Serializable, NetSerializable]
@@ -24,6 +25,7 @@ namespace Content.Shared.Nuke
public bool DiskInserted;
public NukeStatus Status;
public int RemainingTime;
public int CooldownTime;
public bool IsAnchored;
public int EnteredCodeLength;
public int MaxCodeLength;