From a33c5b8d148a40dae7486378660d3e475f04ed96 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Sat, 31 Dec 2022 12:33:06 +0100 Subject: [PATCH] - added a few constants. --- .../zscript/games/duke/actors/dukecstuff/dukemisc.zs | 2 +- .../games/duke/actors/redneckenemies/vixen.zs | 12 ++++++++++++ .../zscript/games/duke/actors/rrraenemies/cheer.zs | 1 + 3 files changed, 14 insertions(+), 1 deletion(-) diff --git a/wadsrc/static/zscript/games/duke/actors/dukecstuff/dukemisc.zs b/wadsrc/static/zscript/games/duke/actors/dukecstuff/dukemisc.zs index 3e72e99ca..d38735209 100644 --- a/wadsrc/static/zscript/games/duke/actors/dukecstuff/dukemisc.zs +++ b/wadsrc/static/zscript/games/duke/actors/dukecstuff/dukemisc.zs @@ -278,7 +278,7 @@ class DukeDevastatorBlast : DukeActor // (1642) looks dead. default { pic "DEVISTATORBLAST"; - //Strength FREEZETHROWER_WEAPON_STRENGTH; + Strength FREEZETHROWER_WEAPON_STRENGTH; } } diff --git a/wadsrc/static/zscript/games/duke/actors/redneckenemies/vixen.zs b/wadsrc/static/zscript/games/duke/actors/redneckenemies/vixen.zs index 6efc29bb8..67e303034 100644 --- a/wadsrc/static/zscript/games/duke/actors/redneckenemies/vixen.zs +++ b/wadsrc/static/zscript/games/duke/actors/redneckenemies/vixen.zs @@ -1,5 +1,14 @@ class RedneckVixen : DukeActor { + const VIXENWACKAMOUNT = -10; + const VIXEN_STRENGTH = 800; + const VIXENSNDAMB = 1; + const GREEN = 22; + const BROWN = 15; + const BLUE = 0; + const QUEEN = 34; + const SPECIAL = 25; + default { pic "VIXEN"; @@ -7,6 +16,9 @@ class RedneckVixen : DukeActor +KILLCOUNT; +LOOKALLAROUND; ProjectileSpread -2.8125; + Strength VIXEN_STRENGTH; + + } override void Initialize() diff --git a/wadsrc/static/zscript/games/duke/actors/rrraenemies/cheer.zs b/wadsrc/static/zscript/games/duke/actors/rrraenemies/cheer.zs index 6a61d4e39..adb7e8c27 100644 --- a/wadsrc/static/zscript/games/duke/actors/rrraenemies/cheer.zs +++ b/wadsrc/static/zscript/games/duke/actors/rrraenemies/cheer.zs @@ -9,6 +9,7 @@ class RedneckCheerleader : DukeActor +LOOKALLAROUND; +ALTPROJECTILESPRITE; // owed to CON's shittiness. Todo: Think of something better. jumptoplayer_factor 1.6; + Strength 200; } override void Initialize() {