I DID IT!

Added a check for mice in get_scooped(). Shouldn't conflict with pAI but might argue it's "snowflake" code. Well fuck that, it WORKS
This commit is contained in:
taukausanake
2016-03-10 23:58:45 -06:00
parent 3767281549
commit 880f115d56
+1 -1
View File
@@ -62,7 +62,7 @@
var/obj/item/weapon/holder/H = new holder_type(loc)
src.forceMove(H)
H.name = name
H.icon_state = icon_state
if(istype(H, /obj/item/weapon/holder/mouse)) H.icon_state = icon_state
if(desc) H.desc = desc
H.attack_hand(grabber)