mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-15 04:44:00 +02:00
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:
@@ -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},
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user