mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
U_I Phase 2.0: Code cleanup
Removing calls to update_icons_layers and the like, stubbing them to help track down future calls.
This commit is contained in:
@@ -922,8 +922,8 @@ proc/sort_atoms_by_layer(var/list/atoms)
|
||||
/proc/gen_hud_image(var/file, var/person, var/state, var/plane)
|
||||
var/image/img = image(file, person, state)
|
||||
img.plane = plane //Thanks Byond.
|
||||
img.layer = HUD_LAYER
|
||||
img.appearance_flags = APPEARANCE_UI|KEEP_APART
|
||||
img.layer = MOB_LAYER-0.02
|
||||
img.appearance_flags = APPEARANCE_UI
|
||||
return img
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user