Reduce pneumatic cannon mole usage
This commit is contained in:
parent
4fa4289e95
commit
8b47d0f43f
1 changed files with 3 additions and 3 deletions
|
|
@ -383,9 +383,9 @@ namespace Content.Server.PneumaticCannon
|
|||
{
|
||||
return power switch
|
||||
{
|
||||
PneumaticCannonPower.High => 15f,
|
||||
PneumaticCannonPower.Medium => 10f,
|
||||
PneumaticCannonPower.Low or _ => 5f,
|
||||
PneumaticCannonPower.High => 9f,
|
||||
PneumaticCannonPower.Medium => 6f,
|
||||
PneumaticCannonPower.Low or _ => 3f,
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue