mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 02:54:41 +01:00
Weeee (#23645)
This commit is contained in:
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user