dodgin bullets

This commit is contained in:
Putnam
2020-09-29 21:07:41 -07:00
parent 0c7003b3a5
commit c644495e5e
3 changed files with 13 additions and 7 deletions

View File

@@ -10,5 +10,9 @@
Fail("Flavor text is failing to save.")
if(P.features["ooc_notes"] != "Bar")
Fail("OOC text is failing to save.")
P.save_character()
P.load_character()
if(P.features["flavor_text"] != "Foo")
Fail("Repeated saving and loading possibly causing save deletion.")
catch(var/exception/e)
Fail("Failed to save and load character due to exception [e.file]:[e.line], [e.name]")