Allows the surgery body zone selector to use other UI themes (#74957)

## About The Pull Request
Allows uses of the body zone selector for non-base TGUI themes (that
look good, that is), doesn't add any to the asset cache, however, as
this is just groundwork

## Why It's Good For The Game
The potential of things for looking better for other TGUI themes

## Changelog
Nothing player-facing
This commit is contained in:
Zonespace
2023-04-28 16:18:21 -07:00
committed by GitHub
parent 3addce7e55
commit 86334bbc9c
2 changed files with 4 additions and 3 deletions
@@ -5,7 +5,7 @@
/datum/asset/simple/body_zones
/datum/asset/simple/body_zones/register()
assets["body_zones.base.png"] = icon('icons/hud/screen_midnight.dmi', "zone_sel")
assets["body_zones.base_midnight.png"] = icon('icons/hud/screen_midnight.dmi', "zone_sel")
add_limb(BODY_ZONE_HEAD)
add_limb(BODY_ZONE_CHEST)