Reduces wheelchair loadout cost to 2 points (#20480)

Title. 4 loadout points is crazy for an item meant for roleplay value
and doesn't disincentivize anyone who would use the item for nefarious
purposes anyway.

More wheelchair changes to come whenever I figure out the code better,
including the ability to retain the name, description and color when
putting it down or picking it back up.

---------

Co-authored-by: Gabby <59633984+feartheblackout@users.noreply.github.com>
This commit is contained in:
FearTheGabby
2025-02-20 19:41:52 -06:00
committed by GitHub
parent c257cecc5e
commit b95079aa6c
2 changed files with 61 additions and 2 deletions
@@ -117,10 +117,10 @@
allowed_roles = list("Research Director", "Scientist", "Xenoarchaeologist", "Xenobiologist", "Xenobotanist", "Research Intern", "Science Personnel")
origin_restriction = list(/singleton/origin_item/origin/assunzione, /singleton/origin_item/origin/ipc_assunzione)
/datum/gear/utility/wheelchair/color
/datum/gear/utility/wheelchair
display_name = "wheelchair"
path = /obj/item/material/stool/chair/wheelchair
cost = 4
cost = 2
flags = GEAR_HAS_NAME_SELECTION | GEAR_HAS_DESC_SELECTION | GEAR_HAS_COLOR_SELECTION
/datum/gear/utility/business_card_holder