Fixes tactical medkits not giving medibots a bezerk skin (#91146)

## About The Pull Request

Only the lite version had the skin override, so tactical and premium
tactical kits just made regular medibots (visually, they still heal all
types at once)

## Changelog
🆑
fix: Fixed tactical medkits not giving medibots a bezerk skin
/🆑
This commit is contained in:
SmArtKar
2025-05-22 21:12:29 -04:00
committed by Roxy
parent ed26964f0b
commit e14d79858a
@@ -258,6 +258,9 @@
damagetype_healed = HEAL_ALL_DAMAGE
storage_type = /datum/storage/medkit/tactical
/obj/item/storage/medkit/tactical/get_medbot_skin()
return "bezerk"
/obj/item/storage/medkit/tactical/PopulateContents()
if(empty)
return