diff --git a/data/campaigns/The_South_Guard/utils/sg_deaths.cfg b/data/campaigns/The_South_Guard/utils/sg_deaths.cfg index 518ee2d3b589..53f1ea431d30 100644 --- a/data/campaigns/The_South_Guard/utils/sg_deaths.cfg +++ b/data/campaigns/The_South_Guard/utils/sg_deaths.cfg @@ -1,13 +1,6 @@ #textdomain wesnoth-tsg # Heroes and Allies -#ifdef SG_DEATHS_LAST_LEVEL - -#define SG_DEATHS_HYLAS_LATE -#enddef - -#endif - [event] name=last breath [filter] @@ -87,7 +80,7 @@ image=portraits/hylas.png message= _ "May the Light guide you where I have failed..." [/message] -#ifndef SG_DEATHS_HYLAS_LATE +#ifndef SG_DEATHS_LAST_LEVEL [endlevel] result=defeat [/endlevel] @@ -121,7 +114,3 @@ #ifdef SG_DEATHS_LAST_LEVEL #undef SG_DEATHS_LAST_LEVEL #endif - -#ifdef SG_DEATHS_HYLAS_LATE -#undef SG_DEATHS_HYLAS_LATE -#endif