[MIRROR] Adds framework for cult constructs having the ability to make runes (#1010)

* Adds framework for cult constructs having the ability to make runes

* Delete mobs.dm.rej

* Update runes.dm

* clean .rej
This commit is contained in:
CitadelStationBot
2017-05-20 23:12:51 -05:00
committed by Poojawa
parent 02492bfe2f
commit 12bbacec25
15 changed files with 840 additions and 646 deletions
+1 -1
View File
@@ -34,7 +34,7 @@
var/area/A = get_area(src)
if(A)
var/mutable_appearance/alert_overlay = mutable_appearance('icons/effects/effects.dmi', "ghostalertsie")
var/mutable_appearance/alert_overlay = mutable_appearance('icons/effects/cult_effects.dmi', "ghostalertsie")
notify_ghosts("Nar-Sie has risen in \the [A.name]. Reach out to the Geometer to be given a new shell for your soul.", source = src, alert_overlay = alert_overlay, action=NOTIFY_ATTACK)
INVOKE_ASYNC(src, .proc/narsie_spawn_animation)