Fixed an ATM bug

This commit is contained in:
Albert Iordache
2012-05-27 08:42:35 +03:00
parent 428e48ed70
commit 922a7cc509
2 changed files with 7 additions and 1 deletions
+2
View File
@@ -208,11 +208,13 @@
icon_state = "spacecash20"
access = access_crate_cash
desc = "A pile of 20 credits."
worth = 20
/obj/item/weapon/money/c50
icon_state = "spacecash50"
access = access_crate_cash
desc = "A pile of 50 credits."
worth = 50
/obj/item/weapon/money/c100
icon_state = "spacecash100"