map exporting now supports puzzle pieces and similar (#81759)

## About The Pull Request
What it reads on the tin. `puzzle_id` vars and the such are now
supported by the map exporting verb.

## Why It's Good For The Game
If anyone ever so wishes to export maps with puzzle doors and stuff.

## Changelog
N/A
This commit is contained in:
Ghom
2024-03-21 20:32:24 +00:00
committed by GitHub
parent 8a36ea7eff
commit bd8a641a5a
4 changed files with 43 additions and 2 deletions
+1 -1
View File
@@ -86,7 +86,7 @@
)
/obj/get_save_vars()
return ..() + NAMEOF(src, req_access)
return ..() + list(NAMEOF(src, req_access), NAMEOF(src, id_tag))
/obj/item/stack/get_save_vars()
return ..() + NAMEOF(src, amount)