Skip to content

Commit

Permalink
Removed unused scale = 0.5 property from turd module definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
notnotmelon committed Nov 10, 2024
1 parent 837043c commit 39b8bfb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion prototypes/upgrades/tech-upgrades.lua
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ local function build_tech_upgrade(tech_upgrade)
name = tech.name .. "-module",
icon = tech.icon,
icon_size = tech.icon_size,
scale = 0.5,
category = tech_upgrade.module_category or error("TURD ERROR: No module category defined for " .. tech.name),
tier = 1,
flags = {"not-stackable"},
Expand Down

0 comments on commit 39b8bfb

Please sign in to comment.