mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-17 10:57:19 +01:00
Fixes Pushing Custodial Carts Slowing You Down (#15409)
This commit is contained in:
@@ -7,8 +7,8 @@
|
||||
</br>You can also use a lightreplacer, spraybottle (of spacecleaner) and four wet-floor signs on the cart to store them"
|
||||
icon = 'icons/obj/janitor.dmi'
|
||||
icon_state = "cart"
|
||||
anchored = 0
|
||||
density = 1
|
||||
anchored = FALSE
|
||||
density = TRUE
|
||||
climbable = TRUE
|
||||
flags = OPENCONTAINER
|
||||
build_amt = 15
|
||||
|
||||
@@ -7,13 +7,11 @@
|
||||
material_alteration = MATERIAL_ALTERATION_DESC
|
||||
held_item = /obj/item/material/stool/chair/wheelchair
|
||||
withdraw_verb = "fold"
|
||||
|
||||
can_dismantle = FALSE
|
||||
slowdown = 1
|
||||
|
||||
var/bloodiness
|
||||
|
||||
slowdown = 0
|
||||
|
||||
/obj/structure/bed/stool/chair/office/wheelchair/New(var/newloc) // Colorable wheelchairs?
|
||||
..(newloc, MATERIAL_STEEL, MATERIAL_CLOTH)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user