mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-31 09:08:30 +01:00
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:
@@ -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 ..()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user