Skip to content

Commit

Permalink
Update narsie.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
MrCastmer committed Feb 5, 2024
1 parent b4cc20a commit 940db05
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions code/modules/power/singularity/narsie.dm
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,12 @@
var/datum/objective/eldergod/summon_objective = locate() in T.objectives
if(summon_objective)
summon_objective.summoned = TRUE
/* for(var/datum/mind/cult_mind in SSticker.mode.cult)
/*
for(var/datum/mind/cult_mind in SSticker.mode.cult)
if(isliving(cult_mind.current))
var/mob/living/L = cult_mind.current
L.narsie_act() */
L.narsie_act()
*/
for(var/mob/living/player in GLOB.player_list)
if(player.stat != DEAD && player.loc && is_station_level(player.loc.z) && !iscultist(player) && !isanimal(player))
souls_needed[player] = TRUE
Expand Down

0 comments on commit 940db05

Please sign in to comment.