From 5a8cb778da7070f1652eaf2ce13c9bc6d5fb1fbd Mon Sep 17 00:00:00 2001 From: Daniel Lee Date: Sat, 11 Jan 2020 03:01:02 +0000 Subject: [PATCH] fix Victoria typo "scentists" in the Secret Lab --- desktop_version/src/Scripts.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop_version/src/Scripts.cpp b/desktop_version/src/Scripts.cpp index bbf149d3..c03e9254 100644 --- a/desktop_version/src/Scripts.cpp +++ b/desktop_version/src/Scripts.cpp @@ -5319,7 +5319,7 @@ void scriptclass::load(std::string t) 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)");