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

Fixed duplicate big rock and missing huge rock

This commit is contained in:
Lynn 2018-12-01 19:00:42 +01:00 committed by GitHub
parent aa1cf8ed74
commit 1694c39f5b
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