Skip to content

Commit

Permalink
fix(zc): 'Spotlight' combos on changer/ethereal ffcs still shooting l…
Browse files Browse the repository at this point in the history
…ight
  • Loading branch information
EmilyV99 authored and connorjclark committed Mar 31, 2024
1 parent 3c86a76 commit c04ea1b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/zc/hero.cpp
Expand Up @@ -23252,6 +23252,8 @@ void HeroClass::handleSpotlights()
for(word i=0; i<c; i++)
{
ffcdata& ffc = tmpscr->ffcs[i];
if(ffc.flags & (ffCHANGER|ffETHEREAL))
continue;
newcombo const& cmb = combobuf[ffc.data];
if(cmb.type == cSPOTLIGHT && (cmb.usrflags&cflag2))
launch_fflightbeam(ffc,ffmaps,refl,block);
Expand Down

0 comments on commit c04ea1b

Please sign in to comment.