More magic (#338)
* - tweak: Magic tweaks. * - add: Rework some spells. * - fix: Some bugfixes. * - tweak: Less requirements. * - add: Loc.
This commit is contained in:
@@ -85,4 +85,11 @@ public sealed partial class ElectrifiedComponent : Component
|
||||
|
||||
[DataField("shockVolume")]
|
||||
public float ShockVolume = 20;
|
||||
|
||||
// WD EDIT START
|
||||
[DataField]
|
||||
public bool IgnoreInsulation;
|
||||
|
||||
public EntityUid? Caster;
|
||||
// WD EDIT END
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user