Merge pull request #2660 from Citadel-Station-13/upstream-merge-30399
[MIRROR] chainsaws rebalance, but working this time :)
This commit is contained in:
@@ -487,7 +487,7 @@
|
|||||||
righthand_file = 'icons/mob/inhands/weapons/chainsaw_righthand.dmi'
|
righthand_file = 'icons/mob/inhands/weapons/chainsaw_righthand.dmi'
|
||||||
flags_1 = CONDUCT_1
|
flags_1 = CONDUCT_1
|
||||||
force = 13
|
force = 13
|
||||||
var/force_on = 21
|
var/force_on = 24
|
||||||
w_class = WEIGHT_CLASS_HUGE
|
w_class = WEIGHT_CLASS_HUGE
|
||||||
throwforce = 13
|
throwforce = 13
|
||||||
throw_speed = 2
|
throw_speed = 2
|
||||||
|
|||||||
@@ -308,8 +308,8 @@
|
|||||||
name = "Chainsaw"
|
name = "Chainsaw"
|
||||||
result = /obj/item/twohanded/required/chainsaw
|
result = /obj/item/twohanded/required/chainsaw
|
||||||
reqs = list(/obj/item/circular_saw = 1,
|
reqs = list(/obj/item/circular_saw = 1,
|
||||||
/obj/item/stack/cable_coil = 1,
|
/obj/item/stack/cable_coil = 3,
|
||||||
/obj/item/stack/sheet/plasteel = 1)
|
/obj/item/stack/sheet/plasteel = 5)
|
||||||
tools = list(/obj/item/weldingtool)
|
tools = list(/obj/item/weldingtool)
|
||||||
time = 50
|
time = 50
|
||||||
category = CAT_WEAPONRY
|
category = CAT_WEAPONRY
|
||||||
|
|||||||
Reference in New Issue
Block a user