Added in throwing stuff into disposals, courtesy of SkyMarshal.

(technically this is a hotfix, as I accidentally committed it in r3036.)

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3037 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
petethegoat@gmail.com
2012-02-05 17:40:12 +00:00
parent 2c58840a4f
commit 2c3c7c2c6b
+2
View File
@@ -368,6 +368,8 @@
CanPass(atom/movable/mover, turf/target, height=0, air_group=0)
if (istype(mover,/obj/item))
var/obj/item/I = mover
if(istype(I, /obj/item/weapon/dummy))
return
if(prob(75))
I.loc = src
for(var/mob/M in viewers(src))