Merge pull request #45 from alex-gh/stacker_fix

Stacker fix
This commit is contained in:
ZomgPonies
2013-11-13 17:30:17 -08:00
2 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -17,7 +17,7 @@
/obj/item/stack/New(var/loc, var/amount=null)
..()
if (amount)
if (amount!=null) //Allow for stacks with the amount=0
src.amount=amount
return