Skip to content

Commit

Permalink
Rebuild and Skin fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AyIong committed Mar 8, 2024
1 parent 067a6a4 commit 5939703
Show file tree
Hide file tree
Showing 4 changed files with 137 additions and 137 deletions.
30 changes: 15 additions & 15 deletions interface/skin.dmf
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ menu "menu"
name = "&Сохранить скриншот как..."
command = ".screenshot"
category = "&Файл"
elem "reconnectbutton"
name = "&Переподключиться"
command = ".reconnect"
category = "&Файл"
elem "debugmcbutton"
name = "&MC Debug"
command = "SS-Info-Breakdown"
category = "&File"
category = "&Файл"
is-disabled = true
elem "reconnectbutton"
name = "&Переподключиться"
command = ".reconnect"
category = "&Файл"
elem
name = "&Выход"
command = ".quit"
Expand Down Expand Up @@ -225,7 +225,7 @@ window "rpane"
is-vert = false
elem "infob"
type = BUTTON
pos = 3,7
pos = 0,7
size = 40x16
is-checked = true
saved-params = "is-checked"
Expand All @@ -235,31 +235,31 @@ window "rpane"
button-type = pushbox
elem "wikib"
type = BUTTON
pos = 48,7
pos = 45,7
size = 50x16
text = "Вики"
command = "wiki"
elem "rulesb"
type = BUTTON
pos = 99,7
pos = 96,7
size = 60x16
text = "Правила"
command = "rules"
elem "githubb"
type = BUTTON
pos = 160,7
pos = 157,7
size = 50x16
text = "GitHub"
command = "github"
elem "webmap"
type = BUTTON
pos = 211,7
pos = 208,7
size = 50x16
text = "Карта"
command = "webmap"
elem "discordb"
type = BUTTON
pos = 266,7
pos = 263,7
size = 60x16
font-style = "bold"
text-color = #ffffff
Expand All @@ -268,7 +268,7 @@ window "rpane"
command = "discord"
elem "donate"
type = BUTTON
pos = 327,7
pos = 324,7
size = 60x16
font-style = "bold"
text-color = #ffffff
Expand All @@ -277,15 +277,15 @@ window "rpane"
command = "Donate"
elem "changelog"
type = BUTTON
pos = 392,7
pos = 389,7
size = 70x16
font-style = "bold"
text-color = #ffffff
text = "Changelog"
command = "Changelog"
elem "fullscreenb"
type = BUTTON
pos = 467,7
pos = 464,7
size = 70x16
font-style = "bold"
text-color = #ffffff
Expand Down Expand Up @@ -379,7 +379,7 @@ window "infowindow"
elem "statbrowser"
type = BROWSER
pos = 0,0
size = 0x0
size = 640x477
anchor1 = 0,0
anchor2 = 100,100
is-default = true
Expand Down
2 changes: 1 addition & 1 deletion modular_ss220/cinematics/code/_cinematics.dm
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
watching += watching_client
watching_mob.overlay_fullscreen("cinematic", backdrop_type)
watching_client.screen += screen
watching_client.verbs += /client/proc/cinematic_leave
add_verb(watching_client, /client/proc/cinematic_leave)

RegisterSignal(watching_client, list(COMSIG_PARENT_QDELETING, COMSIG_CINEMATIC_WATCHER_LEAVES), PROC_REF(remove_watcher))

Expand Down
2 changes: 1 addition & 1 deletion modular_ss220/spy_spider/code/spy_spider.dm
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,6 @@
sleep(1 SECONDS)
add_log(span_info("<B>Найдено шпионское устройство!</B>"))
if(!(/obj/item/clothing/proc/remove_spy_spider in A.verbs))
A.verbs += /obj/item/clothing/proc/remove_spy_spider
add_verb(A, /obj/item/clothing/proc/remove_spy_spider)

scanning = FALSE
240 changes: 120 additions & 120 deletions tgui/public/tgui-panel.bundle.js

Large diffs are not rendered by default.

0 comments on commit 5939703

Please sign in to comment.