Skip to content

Commit

Permalink
explicit ui_data
Browse files Browse the repository at this point in the history
  • Loading branch information
fira committed Nov 9, 2023
1 parent ecc0fd6 commit 65be7a2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/modules/admin/player_panel/player_panel.dm
Original file line number Diff line number Diff line change
Expand Up @@ -477,6 +477,8 @@
if(istype(targetMob, /mob/living))
var/mob/living/livingTarget = targetMob
.["mob_sleeping"] = livingTarget.sleeping
else
.["mob_sleeping"] = 0

.["mob_frozen"] = targetMob.frozen

Expand Down

0 comments on commit 65be7a2

Please sign in to comment.