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