Make anchoring nukes require enough nearby floor (#18720)
* Make anchoring nukes require enough nearby floor * Remove unused Anchorable event subscriptions The nuke doesn't have Anchorable so this never comes up.
This commit is contained in:
@@ -175,5 +175,12 @@ namespace Content.Server.Nuke
|
||||
public bool PlayedAlertSound = false;
|
||||
|
||||
public IPlayingAudioStream? AlertAudioStream = default;
|
||||
|
||||
/// <summary>
|
||||
/// The radius from the nuke for which there must be floor tiles for it to be anchorable.
|
||||
/// </summary>
|
||||
[ViewVariables(VVAccess.ReadWrite)]
|
||||
[DataField("requiredFloorRadius")]
|
||||
public float RequiredFloorRadius = 7;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user