diff options
| author | Philip <philip@philip-linuxlaptop.(none)> | 2010-11-23 18:28:57 (GMT) |
|---|---|---|
| committer | Philip <philip@philip-linuxlaptop.(none)> | 2010-11-23 18:28:57 (GMT) |
| commit | d89e7e4abe34719a1e2e4375933abeec7fd3b470 (patch) | |
| tree | 2d97a04a4c216b4865fe3fa11c310e2751a4ab9a /includes/interface.h | |
| parent | 50f4da5996e14828708788928713735b8de85cb0 (diff) | |
| download | powder-d89e7e4abe34719a1e2e4375933abeec7fd3b470.zip powder-d89e7e4abe34719a1e2e4375933abeec7fd3b470.tar.gz | |
added ISOZ, isotope z, radioactive liquid, reacts with photons, not neutrons.Has a solid form that slowly decays away. uses negative pressure. Instant wire INST, conducts instantly, like walls. Only takes spark from PSCN and only gives it to NSCN. Portal elements. PRTI is the 'in' side, and PRTO is where they come out. you don't need a lot.
Diffstat (limited to 'includes/interface.h')
| -rw-r--r-- | includes/interface.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/includes/interface.h b/includes/interface.h index 8522945..ded3615 100644 --- a/includes/interface.h +++ b/includes/interface.h @@ -51,7 +51,8 @@ static menu_wall mwalls[] = #define SC_LIQUID 4 #define SC_NUCLEAR 7 #define SC_LIFE 9 -#define SC_TOTAL 10 +#define SC_CRACKER 10 +#define SC_TOTAL 11 static menu_section msections[] = { @@ -65,6 +66,7 @@ static menu_section msections[] = {"\xC6", "Radioactive", 0}, {"\xCC", "Special", 0}, {"\xC8", "Life", 0}, + {"\xC8", "Cracker", 0}, }; struct ui_edit |
