From ef470a3bafed7313c7fdf328b78d9276bf3e8380 Mon Sep 17 00:00:00 2001 From: keronshb Date: Thu, 13 May 2021 13:37:35 -0400 Subject: [PATCH] Fixes Void Robes for Digi legs --- code/modules/antagonists/eldritch_cult/eldritch_items.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/antagonists/eldritch_cult/eldritch_items.dm b/code/modules/antagonists/eldritch_cult/eldritch_items.dm index 2e5a1c80d7..b8394e63e6 100644 --- a/code/modules/antagonists/eldritch_cult/eldritch_items.dm +++ b/code/modules/antagonists/eldritch_cult/eldritch_items.dm @@ -207,6 +207,7 @@ // slightly worse than normal cult robes armor = list("melee" = 30, "bullet" = 30, "laser" = 30,"energy" = 30, "bomb" = 15, "bio" = 0, "rad" = 0, "fire" = 0, "acid" = 0) pocket_storage_component_path = /datum/component/storage/concrete/pockets/void_cloak + mutantrace_variation = STYLE_DIGITIGRADE|STYLE_NO_ANTHRO_ICON /obj/item/clothing/suit/hooded/cultrobes/void/ToggleHood() if(!iscarbon(loc))