Unify ad_ssex

This commit is contained in:
Pasi Kallinen
2020-12-04 09:30:21 +02:00
parent 1696019361
commit 88e333a3a8
4 changed files with 47 additions and 7 deletions
+4
View File
@@ -1020,6 +1020,10 @@ int dieroll;
return mhm.hitflags;
break;
case AD_SSEX:
mhitm_ad_ssex(magr, mattk, mdef, &mhm);
if (mhm.done)
return mhm.hitflags;
break;
case AD_SITM: /* for now these are the same */
case AD_SEDU:
mhitm_ad_sedu(magr, mattk, mdef, &mhm);