[MIRROR] Fixes some runtimes [IDB IGNORE] (#10322)

Co-authored-by: Cameron Lennox <killer65311@gmail.com>
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-03-06 23:22:26 +01:00
committed by GitHub
co-authored by Cameron Lennox Kashargul
parent 831b0eadab
commit 53764daffa
13 changed files with 88 additions and 57 deletions
+2 -1
View File
@@ -49,7 +49,8 @@
continue
if(istype(DD.vars[V],/list))
var/list/L = D.vars[V]
DD.vars[V] = L.Copy()
if(L)
DD.vars[V] = L.Copy()
else
DD.vars[V] = D.vars[V]