Skip to content

Commit

Permalink
fix the handling of manashields from scrolls
Browse files Browse the repository at this point in the history
  • Loading branch information
pionere committed Sep 13, 2024
1 parent 3c5a02f commit 8484bfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/missiles.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3377,7 +3377,7 @@ int AddManashield(int mi, int sx, int sy, int dx, int dy, int midir, int micaste

if (misource == mypnum) {
if (plx(misource)._pManaShield == 0)
NetSendCmdBParam1(CMD_SETSHIELD, spllvl);
NetSendCmdBParam1(CMD_SETSHIELD, spllvl + 1);
else
NetSendCmd(CMD_REMSHIELD);
}
Expand Down

0 comments on commit 8484bfd

Please sign in to comment.