Skip to content

Commit

Permalink
Bam
Browse files Browse the repository at this point in the history
  • Loading branch information
morrowwolf committed Aug 8, 2023
1 parent 948ca97 commit 86f7e29
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions code/modules/mob/dead/observer/observer.dm
Original file line number Diff line number Diff line change
Expand Up @@ -544,6 +544,10 @@ This is the proc mobs get to turn into a ghost. Forked from ghostize due to comp
if(!istype(target))
return

if(check_client_rights(client, R_MOD, FALSE))
view_health_scan(target)
return

if(!mind.original)
view_health_scan(target)
return
Expand Down

0 comments on commit 86f7e29

Please sign in to comment.