diff options
Diffstat (limited to 'src/elements/coal.c')
| -rw-r--r-- | src/elements/coal.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/elements/coal.c b/src/elements/coal.c index c73f49c..424a1a1 100644 --- a/src/elements/coal.c +++ b/src/elements/coal.c @@ -35,6 +35,7 @@ int update_COAL(UPDATE_FUNC_ARGS) { if (parts[r>>8].ctype == PT_IRON) { parts[r>>8].ctype = PT_METL; kill_part(i); + return 1; } } } |
