1
0
Fork 0
mirror of https://codeberg.org/noisytoot/notnotdnethack.git synced 2025-07-28 16:32:27 +01:00

Buff shoggoth decapitation attack

Kills targets with < 100 HP
This commit is contained in:
ChrisANG 2021-08-30 23:21:27 -04:00
parent 749ce60d93
commit 9c64d28f4c

View file

@ -6424,7 +6424,7 @@ boolean ranged;
if (has_head(pd)
&& !otmp
&& !rn2(20)
&& (*hp(mdef)*10 < *hpmax(mdef))
&& (*hp(mdef) < 100)
){
/* message */
if (vis) {