mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
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:
@@ -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)
|
||||
..()
|
||||
Reference in New Issue
Block a user