Fix lightning while I'm here

This commit is contained in:
Antonio Martinez 2025-05-27 16:25:33 -04:00
parent e0ec684539
commit 38e4fcf911

View file

@ -55,6 +55,7 @@ struct Visual : Mobj
}
move_origin(shield()->pos());
scale(5 * shield()->follow()->scale() / 4);
dispoffset = state()->num() == S_THNB1 ? -1 : 1;
return true;