mirror of
https://github.com/KabKebab/GS13.git
synced 2026-08-25 05:56:27 +01:00
Wheelchair fix
renamed wheelchair to hoverchair
This commit is contained in:
@@ -109,7 +109,7 @@
|
|||||||
////////////
|
////////////
|
||||||
|
|
||||||
/datum/crafting_recipe/wheelchair
|
/datum/crafting_recipe/wheelchair
|
||||||
name = "Wheelchair"
|
name = "Hoverchair"
|
||||||
result = /obj/vehicle/ridden/wheelchair
|
result = /obj/vehicle/ridden/wheelchair
|
||||||
reqs = list(/obj/item/stack/sheet/metal = 10,
|
reqs = list(/obj/item/stack/sheet/metal = 10,
|
||||||
/obj/item/stack/rods = 8)
|
/obj/item/stack/rods = 8)
|
||||||
@@ -117,7 +117,7 @@
|
|||||||
category = CAT_MISC
|
category = CAT_MISC
|
||||||
|
|
||||||
/datum/crafting_recipe/motorized_wheelchair
|
/datum/crafting_recipe/motorized_wheelchair
|
||||||
name = "Motorized Wheelchair"
|
name = "Motorized Hoverchair"
|
||||||
result = /obj/vehicle/ridden/wheelchair/motorized
|
result = /obj/vehicle/ridden/wheelchair/motorized
|
||||||
reqs = list(/obj/item/stack/sheet/metal = 10,
|
reqs = list(/obj/item/stack/sheet/metal = 10,
|
||||||
/obj/item/stack/rods = 8,
|
/obj/item/stack/rods = 8,
|
||||||
|
|||||||
@@ -229,7 +229,7 @@ GLOBAL_LIST_EMPTY(family_heirlooms)
|
|||||||
|
|
||||||
/datum/quirk/paraplegic
|
/datum/quirk/paraplegic
|
||||||
name = "Paraplegic"
|
name = "Paraplegic"
|
||||||
desc = "Your legs do not function. Nothing will ever fix this. But hey, free wheelchair!"
|
desc = "Your legs do not function. Nothing will ever fix this. But hey, free hoverchair!"
|
||||||
value = -3
|
value = -3
|
||||||
category = CATEGORY_MOVEMENT
|
category = CATEGORY_MOVEMENT
|
||||||
mob_trait = TRAIT_PARA
|
mob_trait = TRAIT_PARA
|
||||||
|
|||||||
@@ -163,7 +163,7 @@
|
|||||||
|
|
||||||
/datum/quirk/SpawnWithWheelchair
|
/datum/quirk/SpawnWithWheelchair
|
||||||
name = "Mobility Assistance"
|
name = "Mobility Assistance"
|
||||||
desc = "After your last failed fitness test, you were advised to start using a wheelchair"
|
desc = "After your last failed fitness test, you were advised to start using a hoverchair"
|
||||||
category = CATEGORY_MOVEMENT
|
category = CATEGORY_MOVEMENT
|
||||||
/datum/quirk/SpawnWithWheelchair/on_spawn()
|
/datum/quirk/SpawnWithWheelchair/on_spawn()
|
||||||
if(quirk_holder.buckled) // Handle late joins being buckled to arrival shuttle chairs.
|
if(quirk_holder.buckled) // Handle late joins being buckled to arrival shuttle chairs.
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/obj/vehicle/ridden/wheelchair/motorized
|
/obj/vehicle/ridden/wheelchair/motorized
|
||||||
name = "motorized wheelchair"
|
name = "motorized hoverchair"
|
||||||
desc = "A chair with big wheels. It seems to have a motor in it."
|
desc = "A chair that floats. It seems to have a motor in it, supports your fat butt."
|
||||||
max_integrity = 150
|
max_integrity = 150
|
||||||
var/speed = 2
|
var/speed = 2
|
||||||
var/power_efficiency = 1
|
var/power_efficiency = 1
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/obj/vehicle/ridden/wheelchair //ported from Hippiestation (by Jujumatic)
|
/obj/vehicle/ridden/wheelchair //ported from Hippiestation (by Jujumatic)
|
||||||
name = "wheelchair"
|
name = "hoverchair"
|
||||||
desc = "A chair with big wheels. It looks like you can move in this on your own."
|
desc = "A chair that floats. It looks like you can move in this on your own."
|
||||||
icon = 'icons/obj/vehicles.dmi'
|
icon = 'icons/obj/vehicles.dmi'
|
||||||
icon_state = "wheelchair"
|
icon_state = "wheelchair"
|
||||||
layer = OBJ_LAYER
|
layer = OBJ_LAYER
|
||||||
|
|||||||
Reference in New Issue
Block a user