ike709
ike709
`list.type` for example is readonly but not a normal const. Something like `as opendream_readonly` as a new astype probably, similar to unimplementeds.
Since SS14 server sandboxing isn't really a thing, we need to implement BYOND trustlevels.
It'd be convenient and also it'd be consistent with the rest of the project.
Code: ``` /obj/item/reagent_containers/food/snacks/customizable/Destroy() for(. in ingredients) qdel(.) return ..() ``` `Error at code\modules\food_and_drinks\food\customizables.dm:145:7: Expected ')'`
A continuation of https://github.com/wixoaGit/OpenDream/pull/628 would be to set `DreamList._values` to null whenever it's not actually storing any dreamvalues.
wixoa nuking `IDreamProcIdentifier` made `savefile["entry"] > var` non-functional, which is blocking https://github.com/wixoaGit/OpenDream/issues/559
Not entirely sure how fruitful this will be but I doubt it'd hurt