wd edit
This commit is contained in:
@@ -535,7 +535,7 @@ public abstract partial class SharedGunSystem : EntitySystem
|
|||||||
|
|
||||||
Dirty(gun);
|
Dirty(gun);
|
||||||
}
|
}
|
||||||
|
// WD EDIT
|
||||||
public void setProjectileSpeed(EntityUid weapon, float projectileSpeed)
|
public void setProjectileSpeed(EntityUid weapon, float projectileSpeed)
|
||||||
{
|
{
|
||||||
TryComp<GunComponent>(weapon, out var gunComponent);
|
TryComp<GunComponent>(weapon, out var gunComponent);
|
||||||
@@ -567,7 +567,7 @@ public abstract partial class SharedGunSystem : EntitySystem
|
|||||||
|
|
||||||
RefreshModifiers(weapon);
|
RefreshModifiers(weapon);
|
||||||
}
|
}
|
||||||
|
// WD EDIT END
|
||||||
protected abstract void CreateEffect(EntityUid uid, MuzzleFlashEvent message, EntityUid? user = null);
|
protected abstract void CreateEffect(EntityUid uid, MuzzleFlashEvent message, EntityUid? user = null);
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Used for animated effects on the client.
|
/// Used for animated effects on the client.
|
||||||
|
|||||||
Reference in New Issue
Block a user