Temp/quick/hotfix for evidence bags.

This commit is contained in:
Erthilo
2012-06-27 23:36:55 +01:00
parent 73ba4c7f0f
commit 5b13fbc6a7
+4
View File
@@ -26,6 +26,10 @@
user << "You are wearing that."
return
if(O in user) //TEMPORARY FIX. It seems trying to put items that are in your hand in the bags breaks them horribly. - Erthilo
user << "You'll need to put the evidence down to properly bag it."
return
if(contents.len)
user << "The [src] already has something inside it."
return ..()