Fixes Pushing Custodial Carts Slowing You Down (#15409)

This commit is contained in:
SleepyGemmy
2023-01-06 17:44:24 +01:00
committed by GitHub
parent 678e5267bd
commit e4ef2c8c83
8 changed files with 29 additions and 19 deletions
+2 -2
View File
@@ -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)