mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
[MIRROR] code/global.dm => code/_global_vars/ (#10689)
Co-authored-by: Selis <12716288+ItsSelis@users.noreply.github.com> Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
a7718c6177
commit
f04f992cfe
@@ -45,7 +45,7 @@
|
||||
var/image/I = image(icon = icon, icon_state = "algae-pipe-overlay", dir = dir)
|
||||
I.color = PIPE_COLOR_BLUE
|
||||
add_overlay(I)
|
||||
I = image(icon = icon, icon_state = "algae-pipe-overlay", dir = reverse_dir[dir])
|
||||
I = image(icon = icon, icon_state = "algae-pipe-overlay", dir = GLOB.reverse_dir[dir])
|
||||
I.color = PIPE_COLOR_BLACK
|
||||
add_overlay(I)
|
||||
|
||||
@@ -186,7 +186,7 @@
|
||||
data["materials"] = materials_ui
|
||||
data["last_flow_rate"] = last_flow_rate
|
||||
data["last_power_draw"] = last_power_draw
|
||||
data["inputDir"] = dir2text(reverse_dir[dir])
|
||||
data["inputDir"] = dir2text(GLOB.reverse_dir[dir])
|
||||
data["outputDir"] = dir2text(dir)
|
||||
data["usePower"] = use_power
|
||||
data["errorText"] = ui_error
|
||||
|
||||
Reference in New Issue
Block a user