might be better to use total worth instead

This commit is contained in:
BeeSting12
2017-07-26 14:37:48 -04:00
committed by GitHub
parent 0fb80e97b3
commit ef251fc3a7
+2 -2
View File
@@ -19,7 +19,7 @@
/obj/item/stack/spacecash/proc/update_desc()
var/total_worth = amount*value
desc = "It's worth [total_worth] credit[( value > 1 ) ? "s" : ""]"
desc = "It's worth [total_worth] credit[( total_worth > 1 ) ? "s" : ""]"
/obj/item/stack/spacecash/merge(obj/item/stack/S)
@@ -68,4 +68,4 @@
/obj/item/stack/spacecash/c1000
icon_state = "spacecash1000"
singular_name = "one thousand credit bill"
value = 1000
value = 1000