Fixed StatusEffects not being able to decrease stun timer. Closes #255
This commit is contained in:
@@ -331,7 +331,7 @@ namespace Barotrauma
|
||||
{
|
||||
if (GameMain.Client != null) return;
|
||||
|
||||
SetStun(value);
|
||||
SetStun(value, true);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user