Skip to content

Commit

Permalink
ghost no move fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dageavtobusnick committed Dec 22, 2024
1 parent 91e3d31 commit f75a267
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions code/modules/mob/mob_lists.dm
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,7 @@
/mob/proc/add_to_player_list()
SHOULD_CALL_PARENT(TRUE)
GLOB.player_list |= src
if(client.holder)
GLOB.keyloop_list |= src
else if(stat != DEAD)
GLOB.keyloop_list |= src
GLOB.keyloop_list |= src
if(stat == DEAD)
add_to_current_dead_players()
else
Expand Down

0 comments on commit f75a267

Please sign in to comment.