Index: Daodan/src/Daodan_Cheater.c
===================================================================
--- Daodan/src/Daodan_Cheater.c	(revision 470)
+++ Daodan/src/Daodan_Cheater.c	(revision 471)
@@ -39,4 +39,5 @@
 	{ "x",              "Developer Access Enabled",        "Developer Access Disabled",  cheat_x              },
 	{ "testcheat",      "Testing...",                      "",                           cheat_testcheat      },
+	{ "tellmetheversion","Daodan Version ???",			   "",							 cheat_tellmetheversion},
 	{0}
 };
@@ -77,6 +78,6 @@
 
 uint16_t cheat_oldshield = 0;
-int32_t cheat_oldhealth = 0;
-int32_t cheat_oldmaxhealth = 0;
+int32_t cheat_oldhealth = 1;
+int32_t cheat_oldmaxhealth = 1;
 float cheat_oldjet_accel = 0.03f;
 uint16_t cheat_oldjet_timer = 20;
@@ -235,4 +236,8 @@
 			return 1;
 		}
+		case cheat_tellmetheversion:
+		{
+			return 1;
+		}
 		case cheat_x:
 			return ONrCheater(cheat_thedayismine);
Index: Daodan/src/Daodan_Cheater.h
===================================================================
--- Daodan/src/Daodan_Cheater.h	(revision 470)
+++ Daodan/src/Daodan_Cheater.h	(revision 471)
@@ -42,4 +42,5 @@
 		cheat_x,
 		cheat_testcheat,
+		cheat_tellmetheversion,
 };
 
