Skip to content

Commit

Permalink
initial
Browse files Browse the repository at this point in the history
  • Loading branch information
Doubleumc committed May 18, 2024
1 parent bc59712 commit c06c74f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/dead/observer/observer.dm
Original file line number Diff line number Diff line change
Expand Up @@ -655,7 +655,7 @@ This is the proc mobs get to turn into a ghost. Forked from ghostize due to comp
usr.forceMove(pick(L))
following = null

/mob/dead/observer/proc/scan_health(mob/living/target in oview())
/mob/dead/observer/proc/scan_health(mob/living/target in view(src.client))
set name = "Scan Health"

if(!istype(target))
Expand Down

0 comments on commit c06c74f

Please sign in to comment.