Fixed some two-handed weapon bugs (#22457)

* Fixed being able to hold twohanded-required items in one hand
Fixed dualsabers changing their weight_class and hitsound when unsuccessfully wielded

* Fixed ctf flags being unpickupable
This commit is contained in:
Cruix
2016-12-27 09:13:46 +13:00
committed by oranges
parent d58acc6e65
commit 20394282ff
4 changed files with 45 additions and 31 deletions
+1
View File
@@ -252,6 +252,7 @@
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, player_list)
..()
/obj/item/weapon/twohanded/required/kirbyplants/dropped(mob/living/user)
..()