diff options
Diffstat (limited to 'src/elements/pcln.cpp')
| -rw-r--r-- | src/elements/pcln.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/elements/pcln.cpp b/src/elements/pcln.cpp index beb4a9a..3b4cde0 100644 --- a/src/elements/pcln.cpp +++ b/src/elements/pcln.cpp @@ -11,7 +11,7 @@ int update_PCLN(UPDATE_FUNC_ARGS) { r = pmap[y+ry][x+rx]; if (!r) continue; - if ((r&0xFF)==PT_SPRK) + if ((r&0xFF)==PT_SPRK && parts[r>>8].life<4) { if (parts[r>>8].ctype==PT_PSCN) parts[i].life = 10; |
