Parrot crash script to become a sneaky ninja and steal the pirate's booty (#752)

This commit is contained in:
Aaron Kimbrell
2022-08-26 22:58:41 -05:00
committed by GitHub
parent 500b7885e2
commit b70e7334e8
4 changed files with 30 additions and 0 deletions

View File

@@ -119,6 +119,7 @@
#include "GfArchway.h"
#include "GfMaelstromGeyser.h"
#include "PirateRep.h"
#include "GfParrotCrash.h"
// SG Scripts
#include "SGCannon.h"
@@ -504,6 +505,8 @@ CppScripts::Script* CppScripts::GetScript(Entity* parent, const std::string& scr
script = new GfMaelstromGeyser();
else if (scriptName == "scripts\\ai\\GF\\L_PIRATE_REP.lua")
script = new PirateRep();
else if (scriptName == "scripts\\ai\\GF\\L_GF_PARROT_CRASH.lua")
script = new GfParrotCrash();
// SG
else if (scriptName == "scripts\\ai\\MINIGAME\\SG_GF\\SERVER\\SG_CANNON.lua")