From 1ee607fc2d77fcedbdabc5a1859375055301a7ab Mon Sep 17 00:00:00 2001 From: kevinz000 <2003111+kevinz000@users.noreply.github.com> Date: Mon, 15 Jan 2018 18:57:52 -0800 Subject: [PATCH] Fixes mat container + emags (#34449) --- code/game/objects/items/cards_ids.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/game/objects/items/cards_ids.dm b/code/game/objects/items/cards_ids.dm index 79262f8172e..468d5cacf9f 100644 --- a/code/game/objects/items/cards_ids.dm +++ b/code/game/objects/items/cards_ids.dm @@ -56,6 +56,7 @@ lefthand_file = 'icons/mob/inhands/equipment/idcards_lefthand.dmi' righthand_file = 'icons/mob/inhands/equipment/idcards_righthand.dmi' flags_1 = NOBLUDGEON_1 + flags_2 = NO_MAT_REDEMPTION_2 var/prox_check = TRUE //If the emag requires you to be in range /obj/item/card/emag/bluespace @@ -354,4 +355,4 @@ update_label("John Doe", "Clowny") name = "APC Access ID" desc = "Special ID card to allow access to APCs." icon_state = "centcom" - access = list(ACCESS_ENGINE_EQUIP) \ No newline at end of file + access = list(ACCESS_ENGINE_EQUIP)