summaryrefslogtreecommitdiff
path: root/src/powder.c
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2012-04-03 22:54:51 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2012-04-03 22:54:51 (GMT)
commit57d8335ca5c20d2fd0bbb7da17f1ca5afe0ea46c (patch)
treed842b5180e3f95960c2bf4d0c3fd4ff0990f4174 /src/powder.c
parent4b4830b5a46258e399179faf2aacf54fe57adf46 (diff)
downloadpowder-57d8335ca5c20d2fd0bbb7da17f1ca5afe0ea46c.zip
powder-57d8335ca5c20d2fd0bbb7da17f1ca5afe0ea46c.tar.gz
Allow DEST to be cloned with CLNE, PCLN, BCLN and PBCN. Add icon for Force elements, minor edits to Gas and Atomic element icons
Diffstat (limited to 'src/powder.c')
-rw-r--r--src/powder.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/powder.c b/src/powder.c
index 187a0d9..95b8333 100644
--- a/src/powder.c
+++ b/src/powder.c
@@ -105,6 +105,10 @@ void init_can_move()
}
}
can_move[PT_DEST][PT_DMND] = 0;
+ can_move[PT_DEST][PT_CLNE] = 0;
+ can_move[PT_DEST][PT_PCLN] = 0;
+ can_move[PT_DEST][PT_BCLN] = 0;
+ can_move[PT_DEST][PT_PBCN] = 0;
can_move[PT_BIZR][PT_FILT] = 2;
can_move[PT_BIZRG][PT_FILT] = 2;
for (t=0;t<PT_NUM;t++)