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:
parent
749ce60d93
commit
9c64d28f4c
1 changed files with 1 additions and 1 deletions
|
@ -6424,7 +6424,7 @@ boolean ranged;
|
|||
if (has_head(pd)
|
||||
&& !otmp
|
||||
&& !rn2(20)
|
||||
&& (*hp(mdef)*10 < *hpmax(mdef))
|
||||
&& (*hp(mdef) < 100)
|
||||
){
|
||||
/* message */
|
||||
if (vis) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue