Fixes literally everything
This commit is contained in:
clusterfack
2015-10-06 14:54:58 -05:00
parent 59c35f4f6d
commit 619c1441af
2 changed files with 6 additions and 4 deletions

View File

@@ -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

View File

@@ -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