Adds crutches (#6939)

This pr adds crutches, that works like canes, to medical.
This commit is contained in:
Alberyk
2019-09-06 17:39:46 -03:00
committed by Erki
parent dd9ad0045c
commit 2bc5f44628
7 changed files with 16 additions and 3 deletions

View File

@@ -269,6 +269,12 @@
icon_state = "nullrod" icon_state = "nullrod"
item_state = "foldcane" item_state = "foldcane"
/obj/item/weapon/cane/crutch
name ="crutch"
desc = "A long stick with a crosspiece at the top, used to help with walking."
icon_state = "crutch"
item_state = "crutch"
/obj/item/weapon/disk /obj/item/weapon/disk
name = "disk" name = "disk"
icon = 'icons/obj/items.dmi' icon = 'icons/obj/items.dmi'

View File

@@ -0,0 +1,6 @@
author: Alberyk, Unclejo
delete-after: True
changes:
- rscadd: "Added crutches to medical."

Binary file not shown.

Before

Width:  |  Height:  |  Size: 148 KiB

After

Width:  |  Height:  |  Size: 148 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 147 KiB

After

Width:  |  Height:  |  Size: 147 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 34 KiB

After

Width:  |  Height:  |  Size: 34 KiB

View File

@@ -21136,7 +21136,8 @@
/area/crew_quarters/sleep/medical) /area/crew_quarters/sleep/medical)
"aPE" = ( "aPE" = (
/obj/structure/table/standard, /obj/structure/table/standard,
/obj/item/weapon/cane, /obj/item/weapon/cane/crutch,
/obj/item/weapon/cane/crutch,
/obj/item/weapon/storage/box/rxglasses, /obj/item/weapon/storage/box/rxglasses,
/turf/simulated/floor/tiled, /turf/simulated/floor/tiled,
/area/medical/medbay4) /area/medical/medbay4)

View File

@@ -40050,8 +40050,8 @@
/obj/structure/table/standard, /obj/structure/table/standard,
/obj/item/weapon/storage/box/bodybags, /obj/item/weapon/storage/box/bodybags,
/obj/item/weapon/storage/box/rxglasses, /obj/item/weapon/storage/box/rxglasses,
/obj/item/weapon/cane, /obj/item/weapon/cane/crutch,
/obj/item/weapon/cane, /obj/item/weapon/cane/crutch,
/obj/effect/floor_decal/corner/lime{ /obj/effect/floor_decal/corner/lime{
dir = 6 dir = 6
}, },