skip the good neutrla and neutral stages in the attitude cycle.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8542 c06c8d41-db1a-0410-9941-cceddc491573
BHUCNDTJVIRHZZVPVWV53XDMHM6KRSELWDPA4YKUYNOVCLH6GRJAC
PVLLIAYFIAU4TQFBIP7B4ARIBUX2CVTSBQECEU6VTONJV4ANHVFAC
BNTPYSO6ECZ76CHHLDP3ASSPDSEUH4Y3E3LETKNXVWAWJRFL3YEQC
K2CS6TCX2NDVL2ASEHGP4J4K4IJ6FP3ANNKTSIWVG43HPYSBX6ZQC
switch (m.attitude)
mon_attitude_type att = m.attitude; // During arena mode, skip directly from friendly to hostile. if (crawl_state.arena_suspended && att == ATT_FRIENDLY) att = ATT_NEUTRAL; switch (att)
mon_attitude_type att = m.attitude;
// During arena mode, skip directly from friendly to hostile.
if (crawl_state.arena_suspended && att == ATT_FRIENDLY)
att = ATT_NEUTRAL;
switch (att)