Merge conflict fix.

This commit is contained in:
Segrain
2013-09-14 22:49:11 +03:00
21 changed files with 147 additions and 39 deletions
@@ -37,7 +37,7 @@
/obj/structure/stool/MouseDrop(atom/over_object)
if (istype(over_object, /mob/living/carbon/human))
var/mob/living/carbon/human/H = over_object
if (!H.restrained() && !H.stat && in_range(src, over_object))
if (H==usr && !H.restrained() && !H.stat && in_range(src, over_object))
var/obj/item/weapon/stool/S = new/obj/item/weapon/stool()
S.origin = src
src.loc = S