Can now save and load the cyberiad

This commit is contained in:
Crazylemon64
2016-08-03 18:58:41 -07:00
parent 87cde9f61c
commit 3fbb00d5f7
4 changed files with 79 additions and 28 deletions

View File

@@ -24,7 +24,7 @@
/atom
// This is so specific atoms can override these, and ignore certain ones
var/list/vars_to_save = list("dir","name","color","icon","icon_state")
var/list/vars_to_save = list("dir","name","color","icon","icon_state", "pixel_x", "pixel_y")
/atom/serialize()
var/list/data = ..()
for(var/thing in vars_to_save)