mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 02:09:41 +00:00
canes and crutches (#6694)
* Edited white cane inventory/ground sprite, and changed in-hand sprites to ones from Yawn Wider added a telescopic cane, ported from Yawn Wider (credit to gozulio) ported the crutch item from world server both new items were added to loadout * Edited white cane inventory/ground sprite, and changed in-hand sprites to ones from Yawn Wider added a telescopic cane, ported from Yawn Wider (credit to gozulio) ported the crutch item from world server both new items were added to loadout also fixed config.txt fuckup * fixed a spelling error
This commit is contained in:
@@ -6,6 +6,14 @@
|
||||
display_name = "white cane"
|
||||
path = /obj/item/weapon/cane/whitecane
|
||||
|
||||
/datum/gear/cane/white2
|
||||
display_name = "telescopic white cane"
|
||||
path = /obj/item/weapon/melee/collapsable_whitecane
|
||||
|
||||
/datum/gear/crutch
|
||||
display_name = "crutch"
|
||||
path = /obj/item/weapon/cane/crutch
|
||||
|
||||
/datum/gear/dice
|
||||
display_name = "dice pack"
|
||||
path = /obj/item/weapon/storage/pill_bottle/dice
|
||||
|
||||
Reference in New Issue
Block a user