Adds and utilizes gurgled versions for all IDs

-Now all different looking IDs have their sprited gurgled counterparts.
-This means gurgled IDs and guestpasses no longer all turn into the nasty default ID sprite.
This commit is contained in:
Verkister
2018-05-23 10:11:53 +03:00
parent b03418154c
commit 285b29b34c
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -51,7 +51,7 @@
/obj/item/weapon/card/id/digest_act(var/atom/movable/item_storage = null)
desc = "A partially digested card that has seen better days. Much of it's data has been destroyed, but the card itself is still completely salvageable. Please recycle it at crew resources office."
icon = 'icons/obj/card_vr.dmi'
icon_state = "digested"
icon_state = "[initial(icon_state)]_digested"
access = list() // No access
return FALSE
Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.0 KiB

After

Width:  |  Height:  |  Size: 32 KiB