Exemple #1
0
 public static void t()
 {
     uberizeminor();
     gimme();
     TeleportShortcuts.hommlet();
     return;
 }
Exemple #2
0
 public static void tw()
 {
     // test water temple stuff
     uberize();
     gimme(give_water: true);
     TeleportShortcuts.belsornig();
     return;
 }
Exemple #3
0
 public static void te()
 {
     // test earth temple stuff
     uberize();
     gimme(give_earth: true);
     TeleportShortcuts.earthaltar();
     return;
 }
Exemple #4
0
 public static void ta()
 {
     // test air temple stuff
     SetGlobalFlag(108, true); // makes water bugbears defect
     uberize();
     gimme(give_air: true);
     TeleportShortcuts.airaltar();
     return;
 }