Skip to content

Commit

Permalink
define proc/refreshID
Browse files Browse the repository at this point in the history
  • Loading branch information
octareenroon91 committed Dec 4, 2015
1 parent f3f6136 commit 544295c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/items/weapons/storage/wallets.dm
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
refreshID()
update_icon()

/obj/item/weapon/storage/wallet/refreshID()
/obj/item/weapon/storage/wallet/proc/refreshID()
net_id.access.Cut()
for(var/obj/item/weapon/card/id/I in contents)
if(!front_id)
Expand Down

0 comments on commit 544295c

Please sign in to comment.