Cleans up multiz buttons a tad, adds ghost versions (#91836)

This commit is contained in:
LemonInTheDark
2025-06-27 14:32:35 +02:00
committed by GitHub
parent 4b48a2afd2
commit 74464d2d2a
9 changed files with 10 additions and 11 deletions
+2 -2
View File
@@ -196,8 +196,8 @@
#define ui_ghost_teleport "SOUTH:6,CENTER:24"
#define ui_ghost_settings "SOUTH: 6, CENTER+1:24"
#define ui_ghost_minigames "SOUTH: 6, CENTER+2:24"
#define ui_ghost_language_menu "SOUTH: 6, CENTER+3:24"
#define ui_ghost_floor_changer "SOUTH: 6, CENTER+3:8"
#define ui_ghost_language_menu "SOUTH: 6, CENTER+3:22"
#define ui_ghost_floor_changer "SOUTH: 6, CENTER+3:7"
//Blobbernauts
#define ui_blobbernaut_overmind_health "EAST-1:28,CENTER+0:19"
+2 -9
View File
@@ -84,18 +84,11 @@
using.screen_loc = ui_ghost_minigames
static_inventory += using
using = new /atom/movable/screen/language_menu(null, src)
using = new /atom/movable/screen/language_menu/ghost(null, src)
using.screen_loc = ui_ghost_language_menu
using.icon = ui_style
static_inventory += using
using = new /atom/movable/screen/language_menu(null, src)
using.screen_loc = ui_ghost_language_menu
using.icon = ui_style
static_inventory += using
floor_change = new /atom/movable/screen/floor_changer/vertical(null, src)
floor_change.icon = ui_style
floor_change = new /atom/movable/screen/floor_changer/vertical/ghost(null, src)
floor_change.screen_loc = ui_ghost_floor_changer
static_inventory += floor_change
+6
View File
@@ -165,6 +165,9 @@
/atom/movable/screen/language_menu/Click()
usr.get_language_holder().open_language_menu(usr)
/atom/movable/screen/language_menu/ghost
icon = 'icons/hud/screen_ghost.dmi'
/atom/movable/screen/inventory
/// The identifier for the slot. It has nothing to do with ID cards.
var/slot_id
@@ -390,6 +393,9 @@
icon_state = "floor_change_v"
vertical = TRUE
/atom/movable/screen/floor_changer/vertical/ghost
icon = 'icons/hud/screen_ghost.dmi'
/atom/movable/screen/spacesuit
name = "Space suit cell status"
icon_state = "spacesuit_0"
Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 29 KiB

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB