Improved word attainment for Cult

mind.dm - Added a known words list to the mind datum

cult.dm
-**REDUCED RECOMMENDED_ENEMIES BACK DOWN TO 3** - this was one of those band aide fixes we tried ages ago, I really don't feel cult needs more than 3 starting cultists now. Power of three and all that.
-Cultists get a message when grant_runeword gives them the last rune word
-Remove_cultist nullifies the new cult_words mind list on deconversion (Coming Soon™)

runes.dm
-Convert will now try up to three times to give the converter a new word (in testing this seems plenty to get most of the words)
-Sacrifice is now guarenteed to give a new word if the normal checks are passed for a word to be given
-Sacrificing the sacrifice target will reward the sacrificer with up to three words, previously they got fuck all.
-Upped the probablity for words to be given
--Live humans will always give a word
--Dead humans has been increased from 40 to 60
--Monkeys have been increased from 20 to 30
This commit is contained in:
Malkevin
2013-10-23 00:09:17 +01:00
parent 09ba1c784e
commit c85648853b
3 changed files with 54 additions and 28 deletions
+2
View File
@@ -47,6 +47,8 @@ datum/mind
var/has_been_rev = 0//Tracks if this mind has been a rev or not
var/list/cult_words = list()
var/datum/faction/faction //associated faction
var/datum/changeling/changeling //changeling holder