From dbdf69677f444ec3a4c5f48fb6b5aa9248b5f668 Mon Sep 17 00:00:00 2001 From: DGamerL <108773801+DGamerL@users.noreply.github.com> Date: Sun, 24 Dec 2023 16:59:01 +0100 Subject: [PATCH] Weeee --- code/game/objects/items/robot/robot_upgrades.dm | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/code/game/objects/items/robot/robot_upgrades.dm b/code/game/objects/items/robot/robot_upgrades.dm index b5ea687025e9..ae7181aba82b 100644 --- a/code/game/objects/items/robot/robot_upgrades.dm +++ b/code/game/objects/items/robot/robot_upgrades.dm @@ -155,6 +155,14 @@ R.floorbuffer = FALSE R.speed -= U.buffer_speed + for(var/datum/action/innate/robot_magpulse/magpulse in R.module_actions) + if(magpulse.active) + REMOVE_TRAIT(R, TRAIT_MAGPULSE, "innate boots") + to_chat(R, "You turn your magboots off.") + R.speed -= magpulse.slowdown_active + magpulse.button_icon_state = initial(magpulse.button_icon_state) + magpulse.active = FALSE + R.speed = -1 // Gotta go fast. return TRUE @@ -428,7 +436,7 @@ items_to_replace = list( /obj/item/soap/nanotrasen = /obj/item/soap/syndie ) - + /obj/item/borg/upgrade/bluespace_trash_bag name = "janitor cyborg trash bag of holding upgrade" desc = "An advanced trash bag upgrade board with bluespace properties that can be attached to janitorial cyborgs."