Set mover velocity via system (#6288)
This commit is contained in:
@@ -20,7 +20,7 @@ namespace Content.Server.Chemistry.EntitySystems
|
||||
|
||||
private void OnSolutionChange(EntityUid uid, HyposprayComponent component, SolutionChangedEvent args)
|
||||
{
|
||||
component.Dirty();
|
||||
Dirty(component);
|
||||
}
|
||||
|
||||
public void OnAfterInteract(EntityUid uid, HyposprayComponent comp, AfterInteractEvent args)
|
||||
|
||||
Reference in New Issue
Block a user