Stop the animals!

This commit is contained in:
Dovixx
2019-01-23 22:34:51 +02:00
parent 514e1ef75c
commit 6741238ef1
4 changed files with 9 additions and 1 deletions
+2
View File
@@ -219,6 +219,8 @@
var/mob/M = usr
if(M.incapacitated() || !Adjacent(M))
return
if(!ishuman(M))
return
if(over_object == M || istype(over_object, /obj/screen))
if(!remove_item_from_storage(M))
+2
View File
@@ -30,6 +30,8 @@
var/mob/M = usr
if(M.restrained() || M.stat || !Adjacent(M))
return
if(!ishuman(M))
return
if(over_object == M)
if(!remove_item_from_storage(M))