Fix some objects with wheels having pull slowdown (#21484)

This commit is contained in:
Nathan Winters
2023-07-02 11:52:21 +02:00
committed by GitHub
parent 4eda36e3bd
commit f1b043956f
3 changed files with 3 additions and 0 deletions
@@ -315,6 +315,7 @@
icon_state = "trashcart"
icon_opened = "trashcart_open"
icon_closed = "trashcart"
pull_speed = 0
/obj/structure/closet/crate/medical
desc = "A medical crate."
@@ -4,6 +4,7 @@
item_chair = null
anchored = FALSE
movable = TRUE
pull_speed = 0
buildstackamount = 15
var/move_delay = null