Skip to content
Permalink
Browse files

Fix to have free vortigaunts spawn with the vortibeam (untested)

This fix is intended to work with the Vortigaunt Factions plugin found here: https://github.com/xRJx/vortigauntfactions

The vortibeam will only be given to a free vortigaunt (one that isn't enslaved).
  • Loading branch information
xRJx committed Oct 26, 2016
1 parent c5fec76 commit 53c05043c220b871df6bae6576d98ba2340f1cfa
Showing with 4 additions and 1 deletion.
  1. +4 −1 vortibeam/plugin/libraries/sv_vortibeam.lua
@@ -9,4 +9,7 @@ function PLUGIN.vortibeam:AddBeam(faction)
};
end;

PLUGIN.vortibeam:AddBeam(FACTION_EXAMPLE);
//PLUGIN.vortibeam:AddBeam(FACTION_EXAMPLE); // This method was reported as NOT working.

// This attempts to make the plugin work right out of the box (if being used with this plugin: https://github.com/xRJx/vortigauntfactions). This may report errors but nothing detrimental.
PLUGIN.vortibeam:AddBeam("Vortigaunt"); // This line was reported as working, untested though.

1 comment on commit 53c0504

@xRJx

This comment has been minimized.

Copy link
Owner Author

xRJx commented on 53c0504 Oct 26, 2016

This was reported by WoWMOD (I think that's how you spell it) with a fix supplied by said user.

Please sign in to comment.
You can’t perform that action at this time.