Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/diasurgical/devilution
/ On_SETSHIELD
Function
On_SETSHIELD
Source/msg.cpp:2592–2598 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2590
}
2591
2592
DWORD On_SETSHIELD(TCmd *pCmd, int pnum)
2593
{
2594
if (gbBufferMsgs != 1)
2595
plr[pnum].pManaShield = TRUE;
2596
2597
return sizeof(*pCmd);
2598
}
2599
2600
DWORD On_REMSHIELD(TCmd *pCmd, int pnum)
2601
{
Callers
1
ParseCmd
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected