Cultists must be human to run for Cult Master status

This commit is contained in:
CitadelStationBot
2017-06-16 12:53:49 -05:00
parent f659a0923e
commit 2e9e7f5488
2 changed files with 6 additions and 10 deletions
+1 -6
View File
@@ -81,17 +81,12 @@
popup.open()
return 1
/mob/living/proc/cult_master()
set category = "Cultist"
set name = "Assert Leadership"
pollCultists(src) // This proc handles the distribution of cult master actions
/datum/action/innate/cult/mastervote
name = "Assert Leadership"
button_icon_state = "cultvote"
/datum/action/innate/cult/mastervote/IsAvailable()
if(GLOB.cult_vote_called)
if(GLOB.cult_vote_called || !ishuman(owner))
return FALSE
return ..()