Merge pull request #12738 from timothyteakettle/travelling-traders

the travelling trader midround event
This commit is contained in:
silicons
2020-07-15 08:50:20 -07:00
committed by GitHub
10 changed files with 414 additions and 5 deletions
+5 -1
View File
@@ -24,4 +24,8 @@
new /obj/item/coin/silver(src)
new /obj/item/coin/gold(src)
new /obj/item/coin/gold(src)
new /obj/item/coin/adamantine(src)
new /obj/item/coin/adamantine(src)
/obj/item/storage/bag/money/c5000/PopulateContents()
for(var/i = 0, i < 5, i++)
new /obj/item/stack/spacecash/c1000(src)