mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-11 07:03:30 +01:00
Fix some objects with wheels having pull slowdown (#21484)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user