From 82c0c3983662090630f5b81a7b6319faebc522b1 Mon Sep 17 00:00:00 2001 From: Cheridan Date: Wed, 24 Apr 2013 15:25:26 -0500 Subject: [PATCH] Hahaha remember that time when I commited code that didn't compile?? -Fixes my typo. --- code/modules/mining/ores_coins.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mining/ores_coins.dm b/code/modules/mining/ores_coins.dm index 8d625f303f8..d35dbd733cc 100644 --- a/code/modules/mining/ores_coins.dm +++ b/code/modules/mining/ores_coins.dm @@ -83,7 +83,7 @@ pixel_y = rand(0,8)-8 icon_state = "coin_[cmineral]_heads" - if(mineral) + if(cmineral) name = "[cmineral] coin" /obj/item/weapon/coin/gold