From 113c585592bbe2849396291803dcf429946f1e36 Mon Sep 17 00:00:00 2001 From: Info Teddy Date: Thu, 16 Jan 2020 23:58:50 -0800 Subject: [PATCH] Fix "Exausted?" and "scentists" typos in mobile version --- mobile_version/levels/labclass.as | 4 ++-- mobile_version/src/includes/scripts.as | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/mobile_version/levels/labclass.as b/mobile_version/levels/labclass.as index 2e2a0137..479892c4 100644 --- a/mobile_version/levels/labclass.as +++ b/mobile_version/levels/labclass.as @@ -946,7 +946,7 @@ tmap.push("280,280,280,280,280,280,280,280,280,280,280,280,280,280,280,280,280,2 obj.createentity(game, -8, 180, 11, 224); // (horizontal gravity line) rcol = 0; -roomname = "Exausted?"; +roomname = "Exhausted?"; break; @@ -1861,4 +1861,4 @@ default: public var coin:int; public var rcol:int; } -} \ No newline at end of file +} diff --git a/mobile_version/src/includes/scripts.as b/mobile_version/src/includes/scripts.as index 7e3e555b..1488233f 100644 --- a/mobile_version/src/includes/scripts.as +++ b/mobile_version/src/includes/scripts.as @@ -4710,7 +4710,7 @@ add("squeak(blue)"); add("text(blue,0,0,3)"); - add("This lab is amazing! The scentists"); + add("This lab is amazing! The scientists"); add("who worked here know a lot more"); add("about warp technology than we do!"); add("position(blue,below)"); @@ -5819,4 +5819,4 @@ } running = true; -} \ No newline at end of file +}