Fixes extremely thicc robots (#35722)

* Fixes extremely fat robots

* grasp
This commit is contained in:
Dax Dupont
2018-02-17 17:12:08 +01:00
committed by CitadelStationBot
parent b6ad24b9da
commit d368c42a98
2 changed files with 8 additions and 1 deletions
@@ -77,6 +77,7 @@
var/list/upgrades = list()
var/hasExpanded = FALSE
var/obj/item/hat
var/hat_offset = -3
var/list/equippable_hats = list(/obj/item/clothing/head/caphat,
@@ -976,6 +977,11 @@
shown_robot_modules = FALSE
if(hud_used)
hud_used.update_robot_modules_display()
if (hasExpanded)
resize = 0.5
hasExpanded = FALSE
update_transform()
module.transform_to(/obj/item/robot_module)
// Remove upgrades.