Remove duplicate talkgreen_2 script and alarmon/alarmoff commands

For some reason, there were just exact duplicates of the talkgreen_2
script and alarmon/alarmoff commands. I have no idea why, but cppcheck
identified them.
This commit is contained in:
Misa
2020-07-04 15:18:29 -07:00
committed by Ethan Lee
parent fd0dafc16c
commit 9398e9f1f0
2 changed files with 0 additions and 33 deletions

View File

@@ -1156,15 +1156,6 @@ void scriptclass::run()
}
}
}
else if (words[0] == "alarmon")
{
game.alarmon = true;
game.alarmdelay = 0;
}
else if (words[0] == "alarmoff")
{
game.alarmon = false;
}
else if (words[0] == "activateteleporter")
{
i = obj.getteleporter();