From 12106d30eb6dabbf80744d64e3590bfb154c13e5 Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Fri, 6 Aug 2021 15:06:31 +0200 Subject: [PATCH] [MIRROR] Folded gold wheelchairs are now actually made of gold like unfolded ones. (#7427) * Gold wheelchair (item) is now actually made of gold like the vehicle. (#60704) * Folded gold wheelchairs are now actually made of gold like unfolded ones. Co-authored-by: Ghom <42542238+Ghommie@users.noreply.github.com> --- code/modules/vehicles/wheelchair.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/vehicles/wheelchair.dm b/code/modules/vehicles/wheelchair.dm index 2350663f702..594dc2a2278 100644 --- a/code/modules/vehicles/wheelchair.dm +++ b/code/modules/vehicles/wheelchair.dm @@ -110,6 +110,7 @@ lefthand_file = 'icons/mob/inhands/items_lefthand.dmi' righthand_file = 'icons/mob/inhands/items_righthand.dmi' force = 10 + custom_materials = list(/datum/material/gold = 10000) unfolded_type = /obj/vehicle/ridden/wheelchair/gold /obj/vehicle/ridden/wheelchair/MouseDrop(over_object, src_location, over_location) //Lets you collapse wheelchair