Let's add a "first warning" on startup.

This commit is contained in:
Mari the Deer 2020-06-28 18:32:43 +02:00
commit b729bea276
2 changed files with 5 additions and 1 deletions

View file

@ -1,2 +1,2 @@
[default]
SWWM_MODVER="\chSWWM \cwGZ\c- r407 (Sun 28 Jun 18:09:07 CEST 2020)";
SWWM_MODVER="\chSWWM \cwGZ\c- r408 (Sun 28 Jun 18:32:43 CEST 2020)";

View file

@ -3761,6 +3761,8 @@ Class SWWMBrutalHandler : StaticEventHandler
break;
}
SetRandomSeed[bdscreen](Random[bdscreen]()+consoleplayer+MSTime());
if ( detected )
Console.Printf("\cg========\n\cgIf you have BD on your autoload, you really shouldn't.\n\cgIf you manually loaded it with this mod, why would you?\n\cgThey're not compatible and never will be.\n\cg========");
}
override void UiTick()
@ -3821,6 +3823,8 @@ Class SWWMHDoomHandler : StaticEventHandler
break;
}
SetRandomSeed[hdscreen](Random[hdscreen]()+consoleplayer+MSTime());
if ( detected )
Console.Printf("\cg========\n\cgHa ha very funny.\n\cgIf you want the Demolitionist to fuck some hot demon girls go commission a porn artist.\n\cg========");
}
override void UiTick()