Cultists of Nar-sie have their own language

This commit is contained in:
CitadelStationBot
2017-05-07 06:07:21 -05:00
parent 4a6b49d6a9
commit bbdcff81bb
13 changed files with 99 additions and 12 deletions

View File

@@ -27,6 +27,7 @@
if(mob_override)
current = mob_override
current.faction |= "cult"
current.grant_language(/datum/language/narsie)
current.verbs += /mob/living/proc/cult_help
communion.Grant(current)
@@ -36,6 +37,7 @@
if(mob_override)
current = mob_override
current.faction -= "cult"
current.remove_language(/datum/language/narsie)
current.verbs -= /mob/living/proc/cult_help
communion.Remove(current)