mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-23 20:17:15 +01:00
POLARIS: 3000% human/update_icons() improvement
Using overlays in lists and a mutable_appearance
This commit is contained in:
@@ -289,10 +289,9 @@ datum/preferences
|
||||
if(icon_updates)
|
||||
character.force_update_limbs()
|
||||
character.update_mutations(0)
|
||||
character.update_body(0)
|
||||
character.update_underwear(0)
|
||||
character.update_hair(0)
|
||||
character.update_icons()
|
||||
character.update_icons_all()
|
||||
|
||||
/datum/preferences/proc/open_load_dialog(mob/user)
|
||||
var/dat = "<body>"
|
||||
|
||||
Reference in New Issue
Block a user