git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6770 c06c8d41-db1a-0410-9941-cceddc491573
SRP7OAJSLVRVSFK6YTIOIDADG5J6DCZFNQJZSQUMNGBGUQ72NPOAC // [ds] Disabling permanence for balance reasons, but extending duration// increase. These numbers are tenths of a player turn. Holy monsters// get a much bigger boost than random beasties.const int base_increase = mon->holiness() == MH_HOLY? 1100 : 500;
// [ds] Disabling permanence for balance reasons, but extending// duration increase. These numbers are tenths of a player turn.// Holy monsters get a much bigger boost than random beasties.const int base_increase = mon->holiness() == MH_HOLY ? 1100 : 500;