mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 12:37:26 +01:00
Adds Blind Cane (#31136)
* blind cane * fix equal sign spacing Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com> Signed-off-by: Ahzpy <88119260+Ahzpy@users.noreply.github.com> --------- Signed-off-by: Ahzpy <88119260+Ahzpy@users.noreply.github.com> Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com>
This commit is contained in:
@@ -129,6 +129,10 @@
|
||||
display_name = "Walking cane"
|
||||
path = /obj/item/cane
|
||||
|
||||
/datum/gear/blindcane
|
||||
display_name = "Blind cane"
|
||||
path = /obj/item/blindcane
|
||||
|
||||
/datum/gear/cards
|
||||
display_name = "Deck of standard cards"
|
||||
path = /obj/item/deck/cards
|
||||
|
||||
@@ -49,8 +49,7 @@
|
||||
cost = -4
|
||||
trait_to_apply = TRAIT_BLIND
|
||||
blacklisted = TRUE
|
||||
item_to_give = /obj/item/clothing/glasses/sunglasses/blindfold
|
||||
item_slot = ITEM_SLOT_EYES
|
||||
item_to_give = /obj/item/blindcane
|
||||
|
||||
/datum/quirk/mute
|
||||
name = "Mute"
|
||||
|
||||
Reference in New Issue
Block a user