mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 12:29:46 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user