1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-20 16:37:40 +00:00

Orb of Empathy now protects your allies from your indirect attacks

This commit is contained in:
Zeno Rogue
2020-03-02 20:35:15 +01:00
parent 1a7ba1b556
commit db5bcef578
4 changed files with 6 additions and 1 deletions

View File

@@ -484,6 +484,7 @@ typedef function<int(struct cell*)> cellfunction;
#define AF_SIDE Flag(30) // side attack
#define AF_CRUSH Flag(31) // Crusher's delayed attack
#define AF_PLAGUE Flag(32) // Orb of Plague (do not check adjacency)
#define AF_PSI Flag(33) // Orb of the Mind
#if CAP_SDL