Skip to content

Commit

Permalink
Update code/modules/mob/living/carbon/human/powers/human_powers.dm
Browse files Browse the repository at this point in the history
Co-authored-by: Vero <[email protected]>
  • Loading branch information
blackdragonTOW and vero5123 committed Jun 17, 2024
1 parent 479467f commit 4e23d91
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions code/modules/mob/living/carbon/human/powers/human_powers.dm
Original file line number Diff line number Diff line change
Expand Up @@ -326,9 +326,7 @@
var/viewsize = 12
var/tileoffset = 11

if(is_zoomed)
return
if(!client)
if(is_zoomed || !client)
return
is_zoomed = TRUE
RegisterSignal(src, COMSIG_MOB_MOVE_OR_LOOK, PROC_REF(disable_zoom))
Expand Down

0 comments on commit 4e23d91

Please sign in to comment.