mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 13:10:02 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user