mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 18:32:03 +00:00
Fagmmis
Fixes literally everything
This commit is contained in:
@@ -46,6 +46,8 @@
|
||||
#define ui_inv2 "CENTER-1:16,SOUTH:5" //borgs
|
||||
#define ui_inv3 "CENTER:16,SOUTH:5" //borgs
|
||||
#define ui_borg_module "CENTER+1:16,SOUTH:5" //borgs
|
||||
#define ui_mommi_module "CENTER:16,SOUTH:5"
|
||||
#define ui_mommi_panel "CENTER+1:16,SOUTH:5"
|
||||
#define ui_borg_store "CENTER+2:16,SOUTH:5" //borgs
|
||||
#define ui_borg_sight "CENTER-3:16,SOUTH:5" //borgs
|
||||
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
using.dir = SOUTHWEST
|
||||
using.icon = 'icons/mob/screen1_robot.dmi'
|
||||
using.icon_state = "inv1"
|
||||
using.screen_loc = ui_inv3
|
||||
using.screen_loc = ui_inv2
|
||||
using.layer = 20
|
||||
src.adding += using // Place using in our adding list
|
||||
M.inv_tool = using // Save this using as our MoMMI's inv_sight
|
||||
@@ -35,7 +35,7 @@
|
||||
using.dir = SOUTHWEST
|
||||
using.icon = 'icons/mob/screen1_robot.dmi'
|
||||
using.icon_state = "sight"
|
||||
using.screen_loc = ui_inv2
|
||||
using.screen_loc = ui_borg_sight
|
||||
using.layer = 20
|
||||
src.adding += using
|
||||
M.sensor = using
|
||||
@@ -82,14 +82,14 @@
|
||||
mymob.hands.icon = 'icons/mob/screen1_robot.dmi'
|
||||
mymob.hands.icon_state = "nomod"
|
||||
mymob.hands.name = "module"
|
||||
mymob.hands.screen_loc = ui_borg_module
|
||||
mymob.hands.screen_loc = ui_mommi_module
|
||||
|
||||
// Module Panel
|
||||
using = getFromPool(/obj/screen)
|
||||
using.name = "panel"
|
||||
using.icon = 'icons/mob/screen1_robot.dmi'
|
||||
using.icon_state = "panel"
|
||||
using.screen_loc = ui_borg_panel
|
||||
using.screen_loc = ui_mommi_panel
|
||||
using.layer = 19
|
||||
src.adding += using
|
||||
|
||||
|
||||
Reference in New Issue
Block a user