Merge pull request #13338 from Putnam3145/saving-test-update

Makes the character save test more verbose when failing.
This commit is contained in:
silicons
2020-09-04 04:09:25 -07:00
committed by GitHub
+1 -1
View File
@@ -11,4 +11,4 @@
if(P.features["ooc_notes"] != "Bar")
Fail("OOC text is failing to save.")
catch(var/exception/e)
Fail("Failed to save and load character due to exception [e.name]")
Fail("Failed to save and load character due to exception [e.file]:[e.line], [e.name]")