Files
GS13NG/modular_citadel/code/modules/client/loadout/_service.dm
Improvedname 97f6e98d03 adds suffixes
2018-02-05 15:57:47 +01:00

13 lines
318 B
Plaintext

/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")