Photons no longer give heat to insulation type things. is basically the same as official besides a few bug fixes.

This commit is contained in:
Cracker64
2010-12-08 14:53:53 -05:00
parent cbf41389a2
commit d017764fbe
4 changed files with 13 additions and 13 deletions

View File

@@ -54,7 +54,7 @@ static menu_wall mwalls[] =
#define SC_LIFE 9
#define SC_CRACKER 10
#define SC_CRACKER2 11
#define SC_TOTAL 11
#define SC_TOTAL 10
static menu_section msections[] =
{
@@ -68,7 +68,7 @@ static menu_section msections[] =
{"\xC6", "Radioactive", 0, 1},
{"\xCC", "Special", 0, 1},
{"\xC8", "Life", 0, 1},
{"\xC8", "Cracker", 0, 1},
{"\xC8", "Cracker", 0, 0},
{"\xC8", "Cracker!", 0, 0},
};