summaryrefslogtreecommitdiff
path: root/src/elements/acid.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/elements/acid.c')
-rw-r--r--src/elements/acid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/elements/acid.c b/src/elements/acid.c
index 3d9f7b0..875f148 100644
--- a/src/elements/acid.c
+++ b/src/elements/acid.c
@@ -20,7 +20,7 @@ int update_ACID(UPDATE_FUNC_ARGS) {
}
else if (((r&0xFF)!=PT_CLNE && (r&0xFF)!=PT_PCLN && ptypes[r&0xFF].hardness>(rand()%1000))&&parts[i].life>=50)
{
- if (parts_avg(i, r>>8,PT_GLAS)!= PT_GLAS)
+ if (parts_avg(i, r>>8,PT_GLAS)!= PT_GLAS)//GLAS protects stuff from acid
{
parts[i].life--;
kill_part(r>>8);