Magic staves + wands (#9070)
This commit is contained in:
@@ -15,6 +15,9 @@ namespace Content.Server.Projectiles.Components
|
||||
[DataField("deleteOnCollide")]
|
||||
public bool DeleteOnCollide { get; } = true;
|
||||
|
||||
[DataField("ignoreResistances")]
|
||||
public bool IgnoreResistances { get; } = false;
|
||||
|
||||
// Get that juicy FPS hit sound
|
||||
[DataField("soundHit")] public SoundSpecifier? SoundHit;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user