Skip to content

Commit

Permalink
Credits resprite (#3998)
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthur-Holiday committed Mar 18, 2021
1 parent a53537e commit b951a2c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions code/obj/item/space_cash.dm
Expand Up @@ -64,13 +64,13 @@
if (-INFINITY to 9)
src.icon_state = "cashgreen"
if (10 to 49)
src.icon_state = "spacecash"
if (50 to 499)
src.icon_state = "cashblue"
if (500 to 999)
if (50 to 499)
src.icon_state = "cashindi"
if (1000 to 999999)
if (500 to 999)
src.icon_state = "cashpurp"
if (1000 to 999999)
src.icon_state = "cashred"
else // 1mil bby
src.icon_state = "cashrbow"

Expand Down
Binary file modified icons/obj/items/items.dmi
Binary file not shown.

0 comments on commit b951a2c

Please sign in to comment.