Makes the character save test more verbose when failing.

This commit is contained in:
Putnam
2020-09-03 15:44:43 -07:00
parent da003edc4a
commit 6fe345dc2c

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]")