Wheelchair fix

renamed wheelchair to hoverchair
This commit is contained in:
MrSky12
2022-09-01 23:39:15 +02:00
parent f99fb1d4b8
commit 7f8e814d20
5 changed files with 14 additions and 14 deletions
@@ -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,
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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
+2 -2
View File
@@ -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