SSD indicators and Status Indicator frame work

This commit is contained in:
QuoteFox
2021-05-04 13:57:39 +01:00
parent 91ff4e99d1
commit 38b2903260
5 changed files with 58 additions and 0 deletions
+5
View File
@@ -556,6 +556,11 @@ GLOBAL_LIST_INIT(ballmer_windows_me_msg, list("Yo man, what if, we like, uh, put
var/restingpwr = 1 + 4 * resting
if(!client)
add_status_indicator("ssd")
else
remove_status_indicator("ssd")
//Dizziness
if(dizziness)
var/client/C = client
+1
View File
@@ -52,5 +52,6 @@ GLOBAL_LIST_EMPTY(typing_indicator_overlays)
mouse_opacity = MOUSE_OPACITY_TRANSPARENT
icon = 'icons/mob/talk.dmi'
icon_state = "normal_typing"
appearance_flags = RESET_COLOR | TILE_BOUND | PIXEL_SCALE
layer = ABOVE_FLY_LAYER