The nuke must be anchored to arm. (#9898)
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user