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
+1 -1
View File
@@ -229,7 +229,7 @@ GLOBAL_LIST_EMPTY(family_heirlooms)
/datum/quirk/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
category = CATEGORY_MOVEMENT
mob_trait = TRAIT_PARA
+1 -1
View File
@@ -163,7 +163,7 @@
/datum/quirk/SpawnWithWheelchair
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
/datum/quirk/SpawnWithWheelchair/on_spawn()
if(quirk_holder.buckled) // Handle late joins being buckled to arrival shuttle chairs.