Advanced business cards - Initial commit (#17545)

- Business cards can be now renamed in the loadout.
- Photocopiers now also copy descriptions to account for the above change.
This commit is contained in:
Totally not Nathan Sanford
2023-10-11 21:15:14 +00:00
committed by GitHub
parent 26a1fbec80
commit 92118d275c
2 changed files with 3 additions and 2 deletions
@@ -121,7 +121,7 @@
display_name = "business card"
description = "A selection of business cards." // I'm not smart enough to make it spawn inside the holders and carry over the text so we'll have to live with this
path = /obj/item/paper/business_card
flags = GEAR_HAS_COLOR_SELECTION
flags = GEAR_HAS_NAME_SELECTION | GEAR_HAS_DESC_SELECTION | GEAR_HAS_COLOR_SELECTION
/datum/gear/utility/business_card/New()
..()
@@ -163,4 +163,4 @@
/datum/gear/utility/buddy_tag/New()
..()
gear_tweaks += new /datum/gear_tweak/buddy_tag_config()
gear_tweaks += new /datum/gear_tweak/buddy_tag_config()