mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-09 15:05:38 +01:00
arm scytheblades
This commit is contained in:
@@ -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")
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 2.8 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 2.8 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 122 KiB After Width: | Height: | Size: 122 KiB |
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user