diff --git a/code/modules/clothing/spacesuits/miscellaneous.dm b/code/modules/clothing/spacesuits/miscellaneous.dm index 8076309af4b..dbce102f077 100644 --- a/code/modules/clothing/spacesuits/miscellaneous.dm +++ b/code/modules/clothing/spacesuits/miscellaneous.dm @@ -284,6 +284,7 @@ Contains: item_state = "hardsuit0-prt" item_color = "knight_grey" max_heat_protection_temperature = FIRE_IMMUNITY_HELM_MAX_TEMP_PROTECT + action_button_name = null /obj/item/clothing/suit/space/hardsuit/ert/paranormal name = "paranormal response team suit" diff --git a/icons/mob/suit.dmi b/icons/mob/suit.dmi index 4bd21e796eb..e04bebfc4d0 100644 Binary files a/icons/mob/suit.dmi and b/icons/mob/suit.dmi differ