1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2025-01-18 03:21:47 +02:00

Merge pull request #497 from Refactorio/iltar-patch-1

Fixed duplicate big rock and missing huge rock
This commit is contained in:
Matthew 2018-12-01 13:01:03 -05:00 committed by GitHub
commit 13c37a4d32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -155,7 +155,7 @@ function Template.resources(surface, resources)
end
end
Template.diggy_rocks = {'sand-rock-big', 'rock-big', 'rock-big'}
Template.diggy_rocks = {'sand-rock-big', 'rock-big', 'rock-huge'}
---Returns true if the entity name is that of a diggy rock.
---@param entity_name string