Forearm crutches + Pair of crutches in loadout (#20863)

Adds a forearm crutch to the game, as well as the ability to select a
pair of crutches in the loadout.
The sprites for it are made by Plyushsune, and altered by me.
This commit is contained in:
Greenjoe12345
2025-06-22 18:06:47 +00:00
committed by GitHub
parent f5aab36b6b
commit a18cccdbcc
7 changed files with 80 additions and 1 deletions
@@ -1,5 +1,6 @@
/datum/gear/cane
display_name = "cane"
display_name = "cane and crutch selection"
description = "A selection of canes and crutches."
path = /obj/item/cane
/datum/gear/cane/New()
@@ -8,7 +9,10 @@
cane["cane"] = /obj/item/cane
cane["telescopic cane"] = /obj/item/cane/telecane
cane["crutch"] = /obj/item/cane/crutch
cane["forearm crutch"] = /obj/item/cane/crutch/forearm
cane["white cane"] = /obj/item/cane/telecane/white
cane["pair of crutches"] = /obj/item/storage/box/crutch_pair
cane["pair of forearm crutches"] = /obj/item/storage/box/forearm_crutch_pair
gear_tweaks += new /datum/gear_tweak/path(cane)
/datum/gear/flask