mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 20:43:10 +01:00
Refactored directionals (#20082)
Refactored directionals, ported lists of directions from TG, got rid of useless proc to get the reverse direction.
This commit is contained in:
@@ -298,7 +298,7 @@ var/list/preferences_datums = list()
|
||||
BG.screen_loc = "character_preview_map:1,1 to 1,5"
|
||||
|
||||
var/index = 0
|
||||
for(var/D in GLOB.cardinal)
|
||||
for(var/D in GLOB.cardinals)
|
||||
var/atom/movable/screen/O = LAZYACCESS(char_render_holders, "[D]")
|
||||
if(!O)
|
||||
O = new
|
||||
|
||||
Reference in New Issue
Block a user