From c28689a616d5e9e66b9e62f13afa137dcef0e213 Mon Sep 17 00:00:00 2001 From: Sharkmare <34294231+Sharkmare@users.noreply.github.com> Date: Tue, 12 Feb 2019 08:58:02 +0100 Subject: [PATCH 1/2] minor spelling fix --- code/modules/vore/persist/persist_vr.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/vore/persist/persist_vr.dm b/code/modules/vore/persist/persist_vr.dm index eeeca1713e..64d1fb0de2 100644 --- a/code/modules/vore/persist/persist_vr.dm +++ b/code/modules/vore/persist/persist_vr.dm @@ -58,7 +58,7 @@ // For now as a safety measure we will only save if the name matches. if(prefs.real_name != persister.real_name) - log_debug("Persist (P4P): Skipping [persister] becuase ORIG:[persister.real_name] != CURR:[prefs.real_name].") + log_debug("Persist (P4P): Skipping [persister] because ORIG:[persister.real_name] != CURR:[prefs.real_name].") return return prefs From b88035052b1387aa38ae79d8a47447898edce217 Mon Sep 17 00:00:00 2001 From: Novacat <35587478+Novacat@users.noreply.github.com> Date: Thu, 28 Mar 2019 20:10:57 -0400 Subject: [PATCH 2/2] Update persist_vr.dm --- code/modules/vore/persist/persist_vr.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/vore/persist/persist_vr.dm b/code/modules/vore/persist/persist_vr.dm index 64d1fb0de2..3372910973 100644 --- a/code/modules/vore/persist/persist_vr.dm +++ b/code/modules/vore/persist/persist_vr.dm @@ -1,5 +1,5 @@ /** - * Stuff having to do with inter-round persistence. + * Stuff having to do with inter-round persistence. */ // Minds represent IC characters.