Crossbow (#327)
* Add powered crossbow * Add spear embedding (#18578) * Add spear embedding * fuck this copy-paste * Juicier * the river * Add crossbow embedding * Fix crossbow construction * Finish crossbow * Remove unused --------- Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
This commit is contained in:
@@ -46,4 +46,15 @@ public sealed partial class EmbeddableProjectileComponent : Component
|
||||
/// </summary>
|
||||
[ViewVariables(VVAccess.ReadWrite), DataField, AutoNetworkedField]
|
||||
public SoundSpecifier? Sound;
|
||||
|
||||
// WD START
|
||||
[AutoNetworkedField]
|
||||
public bool PreventEmbedding;
|
||||
|
||||
[AutoNetworkedField]
|
||||
public bool Penetrate;
|
||||
|
||||
[AutoNetworkedField]
|
||||
public EntityUid? PenetratedUid;
|
||||
// WD END
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user