From b04d00ff7b19e53d497a8f4c52829b8058cf593a Mon Sep 17 00:00:00 2001 From: Segrain Date: Sat, 22 Feb 2014 06:54:11 +0300 Subject: [PATCH] Typo fix. --- code/modules/economy/cash.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/economy/cash.dm b/code/modules/economy/cash.dm index c352caa88d..356015c6c0 100644 --- a/code/modules/economy/cash.dm +++ b/code/modules/economy/cash.dm @@ -17,7 +17,7 @@ var/worth = 0 /obj/item/weapon/spacecash/c1 - name = "1 credip chip" + name = "1 credit chip" icon_state = "spacecash" desc = "It's worth 1 credit." worth = 1