REOPEN: REVERT: Changes faster fireman carrying from a trait on gloves to a skillchip (#58268)

Co-authored-by: SuperNovaa41 <supernovaa41@protonmail.com>
This commit is contained in:
tralezab
2021-04-15 00:15:45 -07:00
committed by GitHub
parent b9f849798c
commit 7d58d8de6c
9 changed files with 10 additions and 62 deletions
@@ -433,27 +433,3 @@
skill_icon = "lungs"
activate_message = "<span class='notice'>You feel that you know a lot about interpreting organs.</span>"
deactivate_message = "<span class='notice'>Knowledge of liver damage, heart strain and lung scars fades from your mind.</span>"
/obj/item/skillchip/quickcarry
name = "Ant Hauler skillchip"
auto_traits = list(TRAIT_QUICK_CARRY)
skill_name = "Ant Hauler"
chip_category = SKILLCHIP_CATEGORY_FIREMAN_CARRYING
skillchip_flags = SKILLCHIP_RESTRICTED_CATEGORIES
incompatibility_list = list(SKILLCHIP_CATEGORY_FIREMAN_CARRYING)
skill_description = "Discover various lifting techniques to more accurately and quickly lift someone up into a fireman carry."
skill_icon = "hand-holding"
activate_message = "<span class='notice'>You feel like you can easily lift and carry people around.</span>"
deactivate_message = "<span class='notice'>Your skill at lifting people into a fireman carry fades from your mind.</span>"
/obj/item/skillchip/quickercarry
name = "RES-Q skillchip"
auto_traits = list(TRAIT_QUICKER_CARRY)
skill_name = "RES-Q"
chip_category = SKILLCHIP_CATEGORY_FIREMAN_CARRYING
skillchip_flags = SKILLCHIP_RESTRICTED_CATEGORIES
incompatibility_list = list(SKILLCHIP_CATEGORY_FIREMAN_CARRYING)
skill_description = "Learn how to fireman carry like a professional, and haul the injured, sick or dying with speed!"
skill_icon = "hand-holding"
activate_message = "<span class='notice'>Carrying people across your back feels like second nature to you.</span>"
deactivate_message = "<span class='notice'>Your expert knowledge in fireman carrying fades from your mind.</span>"