Raal's Tome of Destruction

主にroguelikeのことを書くブログです

Source

DCSS ver0.5 Elyvilonメモ

spell1.cc static bool _can_pacify_monster(const monsters *mon, const int healed) { if (you.religion != GOD_ELYVILON) return (false); if (healed < 1) return (false); // I was thinking of jellies when I wrote this, but maybe we shouldn't // …