You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix: monster casting summon minion against another monster.
If a monster cast the spell 'summon minion' against another monster,
the spell would still target the player. The function summon_minion()
currently isn't setup to handle a target other than the player, so
suppress this scenario from occuring for now.
0 commit comments