Fixes para's abilities to use other vehicles.
This commit is contained in:
@@ -245,7 +245,7 @@
|
||||
/datum/quirk/prosthetic_limb/on_spawn()
|
||||
var/mob/living/carbon/human/H = quirk_holder
|
||||
var/limb_slot
|
||||
if(H.has_trait("TRAIT_PARA"))//Prevent paraplegic legs being replaced
|
||||
if(H.has_trait(TRAIT_PARA))//Prevent paraplegic legs being replaced
|
||||
limb_slot = pick(BODY_ZONE_L_ARM, BODY_ZONE_R_ARM)
|
||||
else
|
||||
limb_slot = pick(BODY_ZONE_L_ARM, BODY_ZONE_R_ARM, BODY_ZONE_L_LEG, BODY_ZONE_R_LEG)
|
||||
|
||||
Reference in New Issue
Block a user