Merge pull request #3741 from Verkister/nastyidcards

Adds and utilizes gurgled versions for all IDs
This commit is contained in:
Aronai Sieyes
2018-05-23 10:34:24 -04:00
committed by GitHub
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