mirror of
https://github.com/Jackzmc/sourcemod-plugins.git
synced 2025-05-08 06:43:20 +00:00
Fix some ftt bugs
This commit is contained in:
parent
caf5e95fd1
commit
29b7d12060
4 changed files with 7 additions and 12 deletions
|
@ -239,7 +239,6 @@ bool ApplyAffect(int victim, const Troll troll, int activator, trollModifier mod
|
|||
} else if(StrEqual(troll.name, "Amazon Special Combo")) {
|
||||
SpecialSpawnFlags spawnFlag = Special_Anywhere;
|
||||
if(flags & (1 << 8)) spawnFlag = Special_OnTarget;
|
||||
PrintToChatAll("spawnFlag: %d", spawnFlag);
|
||||
for(int i = 1; i < 7; i++) {
|
||||
if(flags & (1 << i)) {
|
||||
SpawnSpecialForTarget(view_as<SpecialType>(i), victim, spawnFlag);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue