Merge pull request #16934 from Core0verload/cargo

Changes to Stocks Console UI, cargo fixes
This commit is contained in:
Cheridan
2016-04-28 23:22:17 -05:00
10 changed files with 103 additions and 151 deletions
@@ -248,7 +248,7 @@
if(rand(0,1))
new /obj/item/stack/spacecash/c1000(T)
else
var/obj/item/weapon/moneybag/M = new(T)
var/obj/item/weapon/storage/bag/money/M = new(T)
for(var/i in 1 to rand(5,50))
new /obj/item/weapon/coin/gold(M)
if(14)