diff options
| author | jacksonmj <mj-pt@jacksonmj.co.uk> | 2012-01-15 13:54:31 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-01-25 13:33:20 (GMT) |
| commit | bdf277e68720cd09551a24c9d7f39d3f7d80e2d3 (patch) | |
| tree | 5733a8d7e0cd7e5ebbdebf412c2da5ba4c0f9785 /includes | |
| parent | 16ea042bab854bbb1b0d97621ed93af1744488c5 (diff) | |
| download | powder-bdf277e68720cd09551a24c9d7f39d3f7d80e2d3.zip powder-bdf277e68720cd09551a24c9d7f39d3f7d80e2d3.tar.gz | |
Implement PROP_NEUTABSORB
Diffstat (limited to 'includes')
| -rw-r--r-- | includes/powder.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/powder.h b/includes/powder.h index 62a0c84..a1bb71d 100644 --- a/includes/powder.h +++ b/includes/powder.h @@ -237,9 +237,9 @@ #define PROP_CONDUCTS 0x00020 //32 Conducts electricity #define PROP_BLACK 0x00040 //64 Absorbs Photons (not currently implemented or used, a photwl attribute might be better) #define PROP_NEUTPENETRATE 0x00080 //128 Penetrated by neutrons -#define PROP_NEUTABSORB 0x00100 //256 Absorbs neutrons, reflect is default (not currently implemented or used) +#define PROP_NEUTABSORB 0x00100 //256 Absorbs neutrons, reflect is default #define PROP_NEUTPASS 0x00200 //512 Neutrons pass through, such as with glass -#define PROP_DEADLY 0x00400 //1024 Is deadly for stickman (not currently implemented or used) +#define PROP_DEADLY 0x00400 //1024 Is deadly for stickman #define PROP_HOT_GLOW 0x00800 //2048 Hot Metal Glow #define PROP_LIFE 0x01000 //4096 Is a GoL type #define PROP_RADIOACTIVE 0x02000 //8192 Radioactive |
