Update wallets.dm

This commit is contained in:
Trilbyspaceclone
2019-08-27 11:31:52 -04:00
committed by GitHub
parent 28f91949de
commit 77863119f2
+1 -1
View File
@@ -61,7 +61,7 @@
/obj/item/storage/wallet/update_icon()
var/new_state = "wallet"
if(front_id)
new_state = "wallet_[front_id.icon_state]"
new_state = "wallet_id"
if(new_state != icon_state) //avoid so many icon state changes.
icon_state = new_state