More than 2 hands!? WHAAAAAAT

This commit is contained in:
Remie Richards
2016-09-02 16:10:16 +01:00
parent 41a0df585c
commit 00738bd2a3
207 changed files with 1230 additions and 1404 deletions
+2 -2
View File
@@ -76,11 +76,11 @@
var/obj/item/slot_item_ID = H.get_item_by_slot(slot_wear_id)
qdel(slot_item_ID)
var/obj/item/slot_item_hand = H.get_item_by_slot(slot_r_hand)
var/obj/item/slot_item_hand = H.get_item_for_held_index(2)
H.unEquip(slot_item_hand)
var /obj/item/weapon/multisword/multi = new(H)
H.equip_to_slot_or_del(multi, slot_r_hand)
H.put_in_hands_or_del(multi)
var/obj/item/weapon/card/id/W = new(H)
W.icon_state = "centcom"