summaryrefslogtreecommitdiff
path: root/src/deh_misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/deh_misc.c')
-rw-r--r--src/deh_misc.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/deh_misc.c b/src/deh_misc.c
index ea99fb12..11a7bc48 100644
--- a/src/deh_misc.c
+++ b/src/deh_misc.c
@@ -72,9 +72,8 @@ int deh_green_armor_class = DEH_DEFAULT_GREEN_ARMOR_CLASS;
// This is the armor class that is given when picking up the blue
// armor or a megasphere. See P_TouchSpecialThing in p_inter.c
//
-// Question: Does DOS dehacked modify the megasphere behavior
-// as well as the blue armor behavior? I am currently following
-// the Boom behavior, which is "yes".
+// DOS dehacked only modifies the MegaArmor behavior and not
+// the MegaSphere, which always gives armor type 2.
int deh_blue_armor_class = DEH_DEFAULT_BLUE_ARMOR_CLASS;