diff --git a/hyperstation/code/modules/surgery/organs/augments_arms.dm b/hyperstation/code/modules/surgery/organs/augments_arms.dm new file mode 100644 index 00000000..8430fcac --- /dev/null +++ b/hyperstation/code/modules/surgery/organs/augments_arms.dm @@ -0,0 +1,25 @@ +/obj/item/organ/cyberimp/arm/mblade + name = "arm-mounted scytheblade" + desc = "An extremely dangerous implant which can be used in a variety of ways. Mostly killing." + contents = newlist(/obj/item/melee/mblade) + +/obj/item/organ/cyberimp/arm/mblade/l + zone = BODY_ZONE_L_ARM + +/obj/item/melee/mblade + name = "mounted scytheblade" + desc = "An extremely dangerous implant which can be used in a variety of ways. Mostly killing." + icon = 'icons/obj/items_and_weapons.dmi' + icon_state = "mblade" + item_state = "mblade" + lefthand_file = 'icons/mob/inhands/weapons/melee_lefthand.dmi' + righthand_file = 'icons/mob/inhands/weapons/melee_righthand.dmi' + force = 45 + hitsound = 'sound/weapons/bladeslice.ogg' + throwforce = 45 + block_chance = 70 + armour_penetration = 80 + flags_1 = CONDUCT_1 + w_class = WEIGHT_CLASS_BULKY + sharpness = IS_SHARP_ACCURATE + attack_verb = list("slashed", "cut") diff --git a/icons/mob/inhands/weapons/melee_lefthand.dmi b/icons/mob/inhands/weapons/melee_lefthand.dmi index ee5b26e3..6e9aa072 100644 Binary files a/icons/mob/inhands/weapons/melee_lefthand.dmi and b/icons/mob/inhands/weapons/melee_lefthand.dmi differ diff --git a/icons/mob/inhands/weapons/melee_righthand.dmi b/icons/mob/inhands/weapons/melee_righthand.dmi index 2391514d..b5f2f451 100644 Binary files a/icons/mob/inhands/weapons/melee_righthand.dmi and b/icons/mob/inhands/weapons/melee_righthand.dmi differ diff --git a/icons/obj/items_and_weapons.dmi b/icons/obj/items_and_weapons.dmi index 5caa3e04..8dac840e 100644 Binary files a/icons/obj/items_and_weapons.dmi and b/icons/obj/items_and_weapons.dmi differ diff --git a/tgstation.dme b/tgstation.dme index 7fcdee30..f96ab7c0 100644 --- a/tgstation.dme +++ b/tgstation.dme @@ -3057,6 +3057,7 @@ #include "hyperstation\code\modules\resize\resizing.dm" #include "hyperstation\code\modules\resize\sizechems.dm" #include "hyperstation\code\modules\resize\sizegun.dm" +#include "hyperstation\code\modules\surgery\organs\augments_arms.dm" #include "hyperstation\code\obj\bluespace sewing kit.dm" #include "hyperstation\code\obj\condom.dm" #include "hyperstation\code\obj\decal.dm"