Fix some ftt bugs

This commit is contained in:
Jackzie 2022-05-12 10:45:15 -05:00
parent caf5e95fd1
commit 29b7d12060
No known key found for this signature in database
GPG key ID: 1E834FE36520537A
4 changed files with 7 additions and 12 deletions

View file

@ -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);