mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 20:48:56 +01:00
[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:
@@ -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."))
|
||||
|
||||
Reference in New Issue
Block a user