Second round of fixes:

- Fixed+Future proofed Mutant Parts Sprites
- Fixed Lesser Summon Guns activating the wrong hand
- Fixes stacks merge()ing with and consuming themselves
This commit is contained in:
Remie Richards
2016-09-03 11:40:21 +01:00
parent 897e8c5b88
commit 09fee94db5
5 changed files with 22 additions and 4 deletions
@@ -20,3 +20,4 @@
C.drop_item()
var/obj/item/weapon/gun/projectile/shotgun/boltaction/enchanted/GUN = new
C.put_in_hands(GUN)
C.swap_hand(C.get_held_index_of_item(GUN))