mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-28 22:48:38 +01:00
POLARIS: 3000% human/update_icons() improvement
Using overlays in lists and a mutable_appearance
This commit is contained in:
@@ -101,8 +101,8 @@
|
||||
|
||||
if (ishuman(body))
|
||||
var/mob/living/carbon/human/H = body
|
||||
icon = H.stand_icon
|
||||
overlays = H.overlays_standing
|
||||
icon = H.icon
|
||||
overlays = H.overlays
|
||||
else
|
||||
icon = body.icon
|
||||
icon_state = body.icon_state
|
||||
|
||||
Reference in New Issue
Block a user