The nuke must be anchored to arm. (#9898)

This commit is contained in:
Moony
2022-07-19 22:57:05 -05:00
committed by GitHub
parent ed3578b0a1
commit a2d26ac0ca
2 changed files with 2 additions and 2 deletions

View File

@@ -202,7 +202,7 @@ namespace Content.Server.Nuke
if (!component.DiskSlot.HasItem)
return;
if (component.Status == NukeStatus.AWAIT_ARM)
if (component.Status == NukeStatus.AWAIT_ARM && Transform(uid).Anchored)
{
ArmBomb(uid, component);
}