Merge pull request #138 from Roland410/cultchange

Changes Nar'Sie cult conversion to only need one cultist.
This commit is contained in:
LetterJay
2017-01-12 16:35:34 -05:00
committed by GitHub
2 changed files with 36 additions and 1 deletions
+1 -1
View File
@@ -317,7 +317,7 @@ var/list/teleport_runes = list()
invocation = "Mah'weyh pleggh at e'ntrath!"
icon_state = "3"
color = rgb(200, 0, 0)
req_cultists = 2
req_cultists = 1
/obj/effect/rune/convert/invoke(var/list/invokers)
var/list/convertees = list()