persistent pictures framework (#5589)

no player facing changes

makes pictures persistent. fixes up the character saving system too.

---------

Co-authored-by: silicons <no@you.cat>
This commit is contained in:
silicons
2023-06-13 18:00:58 -07:00
committed by GitHub
co-authored by silicons
parent 8a1c06d8f7
commit 15ba149d71
288 changed files with 1134 additions and 516 deletions
@@ -1,4 +1,4 @@
/obj/item/modular_computer/examine(mob/user)
/obj/item/modular_computer/examine(mob/user, dist)
. = ..()
if(damage > broken_damage)
. += SPAN_DANGER("It is heavily damaged!")