Fixes monkey cube Dupe Glitch

fixes https://github.com/tgstation/-tg-station/issues/14667

Adds some consistency, allowing monkeys to be drag dropped onto the
monkey recycler, like they are with the disposals chutes.

Prevents grabs from being placed in disposals, as they were being
before.
This commit is contained in:
nullbear
2016-04-15 21:36:34 -07:00
parent 262c0688de
commit 1cb85c3024
5 changed files with 52 additions and 40 deletions
+1 -1
View File
@@ -306,7 +306,7 @@
update()
return
if(!user.drop_item())
if(!user.drop_item() || I.flags & ABSTRACT) // Dunno why this wasn't here before?
return
I.loc = src