Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Atlas committed Oct 20, 2024
1 parent 5707776 commit 83ff6c4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/modules/mob/abstract/ghost/storyteller/storyteller.dm
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
/mob/abstract/ghost/storyteller/Destroy()
SSodyssey.remove_storyteller(src)
GLOB.storytellers.remove_antagonist(mind)
SSghostroles.remove_spawn_atom("storyteller", src)
return ..()

/mob/abstract/ghost/storyteller/LateLogin()
Expand All @@ -35,6 +36,7 @@
mind.current = src

real_name = "Storyteller ([client.ckey])"
name = "Storyteller ([client.ckey])"
SSodyssey.add_storyteller(src)
GLOB.storytellers.add_antagonist(mind)

Expand Down

0 comments on commit 83ff6c4

Please sign in to comment.