This commit is contained in:
Zuhayr
2014-06-11 09:24:28 +09:30
43 changed files with 1387 additions and 1764 deletions

View File

@@ -86,9 +86,6 @@
for(var/coin_type in typesof(/obj/item/weapon/coin))
possible_spawns += coin_type
//no icon_state for mythril coins
possible_spawns -= /obj/item/weapon/coin/mythril
var/coin_type = pick(possible_spawns)
for(var/i=0,i<amount,i++)
new coin_type(C)