Skip to content

Commit d2a0002

Browse files
committed
Fix Killer Debris plugin
Apparently the only reason this was working on dev builds is because it was unzipped + Windows lol
1 parent 541cdb8 commit d2a0002

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Loenn/entities/killer_debris.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ end
2929

3030
function killerDebris.texture(room, entity)
3131
local color = entity.color or "Bronze"
32-
return string.format("danger/FactoryHelper/debris/fg_%s1", color)
32+
return string.format("danger/FactoryHelper/debris/fg_%s1", string.lower(color))
3333
end
3434

3535
function killerDebris.selection(room, entity)

0 commit comments

Comments
 (0)