Makes holopads display the proper sprite when open (#69232)

* makes holopads display the proper sprite when open

* tabs

Co-authored-by: tattle <article.disaster@gmail.com>
This commit is contained in:
tattle
2022-08-17 13:22:16 -04:00
committed by GitHub
co-authored by tattle
parent a083a3eebf
commit 8afdd1df63
+3
View File
@@ -581,6 +581,9 @@ For the other part of the code, check silicon say.dm. Particularly robot talk.*/
if(ringing)
icon_state = "[base_icon_state]_ringing"
return ..()
if(panel_open)
icon_state = "[base_icon_state]_open"
return ..()
icon_state = "[base_icon_state][(total_users || replay_mode) ? 1 : 0]"
return ..()