Merge pull request #5267 from TheDZD/paifix

pAIs are No Longer Illusionists
This commit is contained in:
Fox McCloud
2016-07-31 22:08:14 -04:00
committed by GitHub
@@ -566,6 +566,9 @@
var/obj/item/weapon/holder/H = ..()
if(!istype(H))
return
if(resting)
icon_state = "[chassis]"
resting = 0
H.icon_state = "pai-[icon_state]"
H.item_state = "pai-[icon_state]"
grabber.put_in_active_hand(H)//for some reason unless i call this it dosen't work