Skip to content

Commit

Permalink
fixes expand module
Browse files Browse the repository at this point in the history
  • Loading branch information
KoboldCommando committed Nov 27, 2023
1 parent a82aca2 commit 4f7a58e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code/game/objects/items/robot/robot_upgrades.dm
Original file line number Diff line number Diff line change
Expand Up @@ -567,8 +567,9 @@
robot.SetLockdown(FALSE)
robot.set_anchored(FALSE)
REMOVE_TRAIT(robot, TRAIT_NO_TRANSFORM, REF(src))
robot.resize = 2
robot.hasExpanded = TRUE
robot.update_transform(2)
robot.update_transform()

/obj/item/borg/upgrade/expand/deactivate(mob/living/silicon/robot/R, user = usr)
. = ..()
Expand Down

0 comments on commit 4f7a58e

Please sign in to comment.