mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-13 00:55:20 +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:
@@ -501,7 +501,7 @@
|
||||
var/datum/computer_file/program/themeify/theme_app = locate() in stored_files
|
||||
if(theme_app)
|
||||
for(var/theme_key in GLOB.pda_name_to_theme - GLOB.default_pda_themes)
|
||||
theme_app.imported_themes += theme_key
|
||||
LAZYADD(theme_app.imported_themes, theme_key)
|
||||
|
||||
/obj/item/modular_computer/pda/clear/get_messenger_ending()
|
||||
return "Sent from my crystal PDA"
|
||||
|
||||
Reference in New Issue
Block a user