Readies our borg stuff for next sync fixes.

-Fixes the default module icon missing from our _vr.dmi
-Makes our custom modules enable ui_style_vr to pull the hud icon from our dmi instead.
-Makes relogging etc not revert to default ui file if ui_style_vr is enabled for the borg.
-Moves the clumsy VS edit borg reset stuff to a more appropriate place.
-Adds the recently fixed attack anim offset fix and the ui_style_vr to the reset module.
This commit is contained in:
Verkister
2018-03-07 11:29:46 +02:00
parent de44e7e01e
commit 8cffc2298c
5 changed files with 19 additions and 6 deletions

View File

@@ -276,6 +276,8 @@ var/obj/screen/robot_inventory
r.client.screen -= r.robot_modules_background
/mob/living/silicon/robot/update_hud()
..()
if(ui_style_vr) //VOREStation Edit
hands.icon = 'icons/mob/screen1_robot_vr.dmi'
if(modtype)
hands.icon_state = lowertext(modtype)
..()