Rat king fixes + buffs (#22247)
* fix minor typo * add doafter range * increase miasma release
This commit is contained in:
@@ -119,7 +119,8 @@ public abstract class SharedRatKingSystem : EntitySystem
|
||||
{
|
||||
BlockDuplicate = true,
|
||||
BreakOnDamage = true,
|
||||
BreakOnUserMove = true
|
||||
BreakOnUserMove = true,
|
||||
DistanceThreshold = 2f
|
||||
});
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user