Fixes wheelchairs [TESTMERGE ME :)] (#42894)

Changelog

cl
fix: Buckle objects can now properly specify lying angle
fix: Wheelchairs and other such vehicles let you use UIs even if your legs don't work
fix: You can now pull objects while in a wheelchair even if your legs don't work
fix: You no longer have a chance of sleeping upside down in a bed
tweak: No longer randomises lying direction a second time on fall
/cl

code: simplified can_stand code

fixes #41703
This commit is contained in:
4dplanner
2019-03-17 10:22:01 +00:00
committed by oranges
parent 43f4b89ab5
commit 72fc9bb043
6 changed files with 19 additions and 23 deletions
@@ -14,7 +14,7 @@
icon = 'icons/obj/objects.dmi'
anchored = TRUE
can_buckle = TRUE
buckle_lying = TRUE
buckle_lying = 90
resistance_flags = FLAMMABLE
max_integrity = 100
integrity_failure = 30
+1 -1
View File
@@ -413,7 +413,7 @@
buildstack = /obj/item/stack/sheet/mineral/silver
smooth = SMOOTH_FALSE
can_buckle = 1
buckle_lying = 1
buckle_lying = -1
buckle_requires_restraints = 1
var/mob/living/carbon/human/patient = null
var/obj/machinery/computer/operating/computer = null