Cursed Mask (#29659)

* Cursed Mask

* extra expressions

* block ingestion

* mind returning

* okay fix the removal shit
This commit is contained in:
Nemanja
2024-08-10 11:14:58 -04:00
committed by GitHub
parent 53058df8b9
commit fc1446e73a
20 changed files with 412 additions and 0 deletions

View File

@@ -69,5 +69,10 @@ namespace Content.Shared.Movement.Systems
WalkSpeedModifier *= walk;
SprintSpeedModifier *= sprint;
}
public void ModifySpeed(float mod)
{
ModifySpeed(mod, mod);
}
}
}