TG: Tiny little runtime fix.

Revision: r3780
Author: 	 elly1...@rocketmail.com
This commit is contained in:
Erthilo
2012-06-26 00:08:41 +01:00
parent bc8a0d2222
commit 2c3e008f1e
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -145,7 +145,7 @@ A list of items and costs is stored under the datum of every game mode, alongsid
randomItems.Add("/obj/item/weapon/soap/syndie") //Syndicate Soap
randomItems.Add("/obj/item/weapon/storage/toolbox/syndicate") //Syndicate Toolbox
if(!randomItems)
if(!randomItems.len)
del(randomItems)
return 0
else