mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-09 15:05:38 +01:00
Wheelchair fix
renamed wheelchair to hoverchair
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user