diff --git a/src/script/script_info.hpp b/src/script/script_info.hpp index c2e952b821..2d066a127d 100644 --- a/src/script/script_info.hpp +++ b/src/script/script_info.hpp @@ -16,7 +16,7 @@ #include "script_config.hpp" /** The maximum number of operations for saving or loading the data of a script. */ -static const int MAX_SL_OPS = 100000; +static const int MAX_SL_OPS = 2000000; /** The maximum number of operations for initial start of a script. */ static const int MAX_CONSTRUCTOR_OPS = 100000; /** Number of operations to create an instance of a script. */