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