mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-21 04:57:57 +01:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user