Skip to content

Commit

Permalink
fix refined concrete
Browse files Browse the repository at this point in the history
  • Loading branch information
przemo1232 committed Oct 26, 2024
1 parent 6489f8b commit 7ce308b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ Date: soontm
Changes:
- Changed niobium pipe volume back to 100.
- Different pipe types don't connect to each other anymore by default. You can revert the change in startup settings.
- Fixed niobium pipes recipe being unlocked twice
- Fixed niobium pipes recipe being unlocked twice.
- Fixed refined concrete being slow without pyAL.
---------------------------------------------------------------------------------------------------
Version: 3.0.2
Date: 2024-10-23
Expand Down
1 change: 1 addition & 0 deletions prototypes/updates/base-updates.lua
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ data.raw["fluid-wagon"]["fluid-wagon"].capacity = 25000
-- Match movement speed on vanilla tiles (except hazard) to py tiles, update decorative removal probability
TILE("stone-path"):set("walking_speed_modifier", 1.5):set("decorative_removal_probability", 1.0)
TILE("concrete"):set("walking_speed_modifier", 2.5):set("vehicle_friction_modifier", 0.75):set("decorative_removal_probability", 1.0)
TILE("refined-concrete"):set("walking_speed_modifier", 3.5):set("vehicle_friction_modifier", 0.75):set("decorative_removal_probability", 1.0)

-- Update hazard concrete to slow movement, for safety™
TILE("hazard-concrete-left"):set("walking_speed_modifier", 0.5):set("vehicle_friction_modifier", 2):set("decorative_removal_probability", 1.0)
Expand Down

0 comments on commit 7ce308b

Please sign in to comment.