adds suffixes

This commit is contained in:
Improvedname
2018-02-05 15:57:47 +01:00
parent 0e52d3fae3
commit 97f6e98d03
6 changed files with 5 additions and 5 deletions
@@ -0,0 +1,13 @@
/datum/gear/plushvar
name = "Ratvar Plushie"
category = slot_in_backpack
path = /obj/item/toy/plush/plushvar
cost = 5
restricted_roles = list("Chaplain")
/datum/gear/narplush
name = "Narsie Plushie"
category = slot_in_backpack
path = /obj/item/toy/plush/narplush
cost = 5
restricted_roles = list("Chaplain")