Separates cult object and cult effect sprites into their own folders (#64017)

* obj

* effects
This commit is contained in:
Seth Scherer
2022-01-13 15:51:03 -05:00
committed by GitHub
parent 39a1b01693
commit 1153404903
24 changed files with 29 additions and 25 deletions
+2 -2
View File
@@ -9,7 +9,7 @@
/obj/narsie
name = "Nar'Sie"
desc = "Your mind begins to bubble and ooze as it tries to comprehend what it sees."
icon = 'icons/obj/narsie.dmi'
icon = 'icons/obj/cult/narsie.dmi'
icon_state = "narsie"
anchored = TRUE
appearance_flags = LONG_GLIDE
@@ -57,7 +57,7 @@
var/area/area = get_area(src)
if(area)
var/mutable_appearance/alert_overlay = mutable_appearance('icons/effects/cult_effects.dmi', "ghostalertsie")
var/mutable_appearance/alert_overlay = mutable_appearance('icons/effects/cult/effects.dmi', "ghostalertsie")
notify_ghosts("Nar'Sie has risen in [area]. Reach out to the Geometer to be given a new shell for your soul.", source = src, alert_overlay = alert_overlay, action = NOTIFY_ATTACK)
narsie_spawn_animation()