From b729bea276e40770aab7fdfc0051964aa9713aec Mon Sep 17 00:00:00 2001 From: Marisa Kirisame Date: Sun, 28 Jun 2020 18:32:43 +0200 Subject: [PATCH] Let's add a "first warning" on startup. --- language.version | 2 +- zscript/swwm_common.zsc | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/language.version b/language.version index 88251b607..bcd13d522 100644 --- a/language.version +++ b/language.version @@ -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)"; diff --git a/zscript/swwm_common.zsc b/zscript/swwm_common.zsc index b5371fb2d..21d3fa457 100644 --- a/zscript/swwm_common.zsc +++ b/zscript/swwm_common.zsc @@ -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()