Skip to content

Commit

Permalink
bugfix: when sending message console sprite disappeared (ss220-space#…
Browse files Browse the repository at this point in the history
…4826)

update_overlay now
  • Loading branch information
Rerik007 authored Apr 7, 2024
1 parent 6e1ed3e commit 7171cc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/research/message_server.dm
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ GLOBAL_LIST_EMPTY(message_servers)
continue
if(RC.newmessagepriority < priority)
RC.newmessagepriority = priority
RC.icon_state = "req_comp[priority]"
RC.update_icon(UPDATE_OVERLAYS)
switch(priority)
if(2)
if(!RC.silent)
Expand Down

0 comments on commit 7171cc5

Please sign in to comment.