lock state

This commit is contained in:
Kashargul
2024-11-11 09:52:39 +01:00
parent ba9b3e3676
commit dde2880e50
3 changed files with 19 additions and 6 deletions
+4 -4
View File
@@ -466,10 +466,10 @@
if(I_EE)
I_E.Blend(I_EE, ICON_OVERLAY)
var/imgid = sanitize_css_class_name("[S.type]")
I_N.Scale(120,120)
I_S.Scale(120,120)
I_W.Scale(120,120)
I_E.Scale(120,120)
I_N.Scale(120, 120)
I_S.Scale(120, 120)
I_W.Scale(120, 120)
I_E.Scale(120, 120)
Insert(imgid + "N", I_N)
Insert(imgid + "S", I_S)
Insert(imgid + "W", I_W)