Merge pull request #3902 from Neerti/9/19/2017_lost_drone

Adds the Lost Drone
This commit is contained in:
Anewbe
2017-09-22 15:24:05 -05:00
committed by GitHub
28 changed files with 812 additions and 196 deletions

View File

@@ -274,3 +274,8 @@ var/obj/screen/robot_inventory
r.client.screen -= A
r.shown_robot_modules = 0
r.client.screen -= r.robot_modules_background
/mob/living/silicon/robot/update_hud()
..()
if(modtype)
hands.icon_state = lowertext(modtype)