Merge pull request #9818 from farie82/twohanded-fix

Fixes the giving of required two handed items and chainsaw stuf
This commit is contained in:
variableundefined
2018-10-12 13:24:19 +08:00
committed by GitHub
4 changed files with 26 additions and 1 deletions
+2
View File
@@ -211,6 +211,7 @@
layer = 5
w_class = WEIGHT_CLASS_HUGE
force = 10
force_wielded = 10
throwforce = 13
throw_speed = 2
throw_range = 4
@@ -222,6 +223,7 @@
icon_state = "plant-36"
/obj/item/twohanded/required/kirbyplants/equipped(mob/living/user)
. = ..()
var/image/I = image(icon = 'icons/obj/flora/plants.dmi' , icon_state = src.icon_state, loc = user)
I.override = 1
user.add_alt_appearance("sneaking_mission", I, GLOB.player_list)