This commit is contained in:
unid15
2016-12-27 20:20:39 +01:00
committed by Exxion
parent f19b8627b8
commit d1cc53d6b6

View File

@@ -18,7 +18,7 @@
/obj/structure/bed/chair/vehicle/wheelchair/New() /obj/structure/bed/chair/vehicle/wheelchair/New()
. = ..() . = ..()
wheel_overlay = image("icons/obj/objects.dmi", "[icon_state]_overlay", MOB_LAYER + 0.1) wheel_overlay = image("icons/obj/objects.dmi", "[icon_state]_overlay", MOB_LAYER + 0.1)
wheel_overlay = MOB_PLANE wheel_overlay.plane = MOB_PLANE
/obj/structure/bed/chair/vehicle/wheelchair/attackby(obj/item/weapon/W, mob/user) /obj/structure/bed/chair/vehicle/wheelchair/attackby(obj/item/weapon/W, mob/user)
if(occupant) if(occupant)