09-30-2020, 05:54 AM
Rarely we offer alternative descriptions for certain items. An example below is the captain's scabbard:
There's a lot of potential here to have fun with job specific text and maybe even some LORE so I'm looking for quality suggestions. I think it would be great if engineers would geek out about tech items, botanists about plants etc...
Code:
get_desc(var/dist, var/mob/user)
if (user.mind && user.mind.assigned_role == "Captain")
. = "A stylish container for your sabre. Made from the finest metals NT can afford, or so you've heard."
else
. = "A tacky container for a sword. Hey! This thing's actually just plastic painted to look like metal! What a ripoff!"
There's a lot of potential here to have fun with job specific text and maybe even some LORE so I'm looking for quality suggestions. I think it would be great if engineers would geek out about tech items, botanists about plants etc...