Skip to content

Commit

Permalink
Weeee (#23645)
Browse files Browse the repository at this point in the history
  • Loading branch information
DGamerL authored Dec 24, 2023
1 parent 4fda5a1 commit da37efc
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion code/game/objects/items/robot/robot_upgrades.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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."
Expand Down

0 comments on commit da37efc

Please sign in to comment.