Skip to content

Commit

Permalink
Fix aghost
Browse files Browse the repository at this point in the history
  • Loading branch information
CPhantasm committed Aug 12, 2024
1 parent f977028 commit 76da64a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/dead/new_player/new_player.dm
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ GLOBAL_LIST_INIT(roleplay_readme, world.file2list("strings/rt/rp_prompt.txt"))
return FALSE

var/mob/dead/observer/observer // Transfer safety to observer spawning proc.
if(check_rights(R_WATCH, FALSE))
if(check_rights(R_ADMIN, FALSE))
observer = new /mob/dead/observer/admin(src)
else
observer = new /mob/dead/observer/rogue(src)
Expand Down

0 comments on commit 76da64a

Please sign in to comment.