1
0
Fork 0
mirror of https://codeberg.org/noisytoot/notnotdnethack.git synced 2025-08-05 12:15:26 +01:00

Angels and demons have blood after all

This commit is contained in:
Chris-plus-alphanumericgibberish 2016-08-24 11:35:48 -04:00
parent badb12f9f6
commit 21344c6b9e

View file

@ -446,8 +446,6 @@
(ptr)->mlet != S_GOLEM && \
(ptr)->mlet != S_KETER && \
(ptr)->mlet != S_MIMIC && \
(ptr)->mlet != S_DEMON && \
(ptr)->mlet != S_ANGEL && \
!is_clockwork(ptr) && \
(!is_undead(ptr) || is_vampire(ptr)))