[NO GBP] Fixes plasmamen envirosuits being unrepairable (#88263)

## About The Pull Request

Closes #88255
It ***was*** the refactor's fault

## Changelog
🆑
fix: Fixed plasmamen envirosuits being unrepairable
/🆑
This commit is contained in:
SmArtKar
2024-11-30 01:57:22 +01:00
committed by GitHub
parent 1548bda334
commit fa3166aa17
@@ -59,7 +59,7 @@
/obj/item/clothing/under/plasmaman/item_interaction(mob/living/user, obj/item/tool, list/modifiers)
if (!istype(tool, /obj/item/extinguisher_refill))
return
return ..()
if (extinguishes_left == 5)
to_chat(user, span_notice("The inbuilt extinguisher is full."))