mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 20:43:10 +01:00
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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user