One does not simply qdel a list. Should be fine since it doesn't hold any objects, just bunch of strings.
This commit is contained in:
Chinsky
2015-06-17 06:57:38 +03:00
parent 5754c4edf7
commit b2779d6302

View File

@@ -421,7 +421,7 @@ its easier to just keep the beam vertical.
src.color = initial(src.color) //paint
src.germ_level = 0
if(istype(blood_DNA, /list))
qdel(blood_DNA)
del(blood_DNA)
return 1