mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-22 16:12:19 +00:00
Adds crutches (#6939)
This pr adds crutches, that works like canes, to medical.
This commit is contained in:
@@ -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'
|
||||||
|
|||||||
6
html/changelogs/alberyk-clutches.yml
Normal file
6
html/changelogs/alberyk-clutches.yml
Normal 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 |
@@ -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)
|
||||||
|
|||||||
@@ -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
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user