Skip to content

Commit

Permalink
TGS Test Merge (#6071)
Browse files Browse the repository at this point in the history
  • Loading branch information
Blue authored and Blue committed Oct 13, 2023
2 parents 4846af5 + cc14eb7 commit ffbd6f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/modules/mob/say_vr.dm
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@
var/mob/M = vismob
if(istype(vismob, /mob/observer))
continue
if(M.stat == DEAD)
continue // get mobs and objs in view fast is shitty; say refactor will deal with that
M.show_message(message, SAYCODE_TYPE_ALWAYS)

for(var/visobj in vis_objs)
Expand Down

0 comments on commit ffbd6f2

Please sign in to comment.