Add extradimensional orange, holymelon, meatwheat, worldpeas mutations (#27624)
* new mutations * translation string fix * add haloperidol to plant * fix * add FoodSequence * food sequence fixes
This commit is contained in:
@@ -133,7 +133,7 @@ public sealed class FoodSequenceSystem : SharedFoodSequenceSystem
|
||||
var flip = start.Comp.AllowHorizontalFlip && _random.Prob(0.5f);
|
||||
var layer = new FoodSequenceVisualLayer(elementIndexed,
|
||||
_random.Pick(elementIndexed.Sprites),
|
||||
new Vector2(flip ? -1 : 1, 1),
|
||||
new Vector2(flip ? -elementIndexed.Scale.X : elementIndexed.Scale.X, elementIndexed.Scale.Y),
|
||||
new Vector2(
|
||||
_random.NextFloat(start.Comp.MinLayerOffset.X, start.Comp.MaxLayerOffset.X),
|
||||
_random.NextFloat(start.Comp.MinLayerOffset.Y, start.Comp.MaxLayerOffset.Y))
|
||||
|
||||
Reference in New Issue
Block a user