mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-21 12:56:10 +01:00
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:
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user