mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 15:17:01 +01:00
Makes some more lists lazy (#94388)
Co-authored-by: SyncIt21 <110812394+SyncIt21@users.noreply.github.com> Co-authored-by: MrMelbert <51863163+MrMelbert@users.noreply.github.com>
This commit is contained in:
co-authored by
SyncIt21
MrMelbert
parent
b88e1a1328
commit
53ed83bb9d
@@ -181,7 +181,7 @@
|
||||
* Goes through hud_possible list and adds the images to the hud_list variable (if not already cached)
|
||||
*/
|
||||
/atom/proc/prepare_huds()
|
||||
if(hud_list) // I choose to be lienient about people calling this proc more then once
|
||||
if(hud_list) // I choose to be lenient about people calling this proc more then once
|
||||
return
|
||||
hud_list = list()
|
||||
for(var/hud in hud_possible)
|
||||
|
||||
Reference in New Issue
Block a user