mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 12:29:46 +01:00
Brainmed Code Quality + Organ Scarring (#7645)
Organ scarring has been made into a better system. New healthdoll. Other misc code cleanup attempts. Fixes #7647
This commit is contained in:
@@ -36,8 +36,8 @@
|
||||
var/list/human_icon_cache = list()
|
||||
var/list/tail_icon_cache = list() //key is [species.race_key][r_skin][g_skin][b_skin]
|
||||
var/list/light_overlay_cache = list()
|
||||
// Cached body hair icons, used by resomi.
|
||||
var/list/body_hair_cache = list()
|
||||
// Cached limb icons, used by the damage health doll.
|
||||
var/list/limb_icons_cache = list()
|
||||
// Cached human damage icons.
|
||||
var/list/damage_icon_parts = list()
|
||||
// Cached human body markings.
|
||||
|
||||
Reference in New Issue
Block a user