mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-17 18:13:34 +01:00
Fix some objects with wheels having pull slowdown (#21484)
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
icon = 'icons/goonstation/objects/iv.dmi'
|
||||
icon_state = "stand"
|
||||
anchored = FALSE
|
||||
pull_speed = 0
|
||||
mouse_drag_pointer = MOUSE_ACTIVE_POINTER
|
||||
var/obj/item/reagent_containers/iv_bag/bag = null
|
||||
|
||||
|
||||
@@ -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