Adds a recolorable paper sheet to the loadout (#20411)

title. it just works like the business card does

Co-authored-by: Gabby <59633984+feartheblackout@users.noreply.github.com>
This commit is contained in:
FearTheGabby
2025-01-28 11:54:11 -06:00
committed by GitHub
parent 99ed2bf2f3
commit c4c3f99b9f
2 changed files with 67 additions and 0 deletions
@@ -157,6 +157,15 @@
gear_tweaks += new /datum/gear_tweak/path(cards)
gear_tweaks += new /datum/gear_tweak/paper_data()
/datum/gear/utility/paper
display_name = "colorable paper"
path = /obj/item/paper
flags = GEAR_HAS_NAME_SELECTION | GEAR_HAS_DESC_SELECTION | GEAR_HAS_COLOR_SELECTION
/datum/gear/utility/paper/New()
..()
gear_tweaks += new /datum/gear_tweak/paper_data()
/datum/gear/utility/pills
display_name = "pill bottle selection"
description = "A selection of prescription pills. NOTICE: most of these are considered contraband if possessed without the relevant prescription noted in the medical records."