diff --git a/src/p_pspr.cpp b/src/p_pspr.cpp index 6a2176458..d91b2a88d 100644 --- a/src/p_pspr.cpp +++ b/src/p_pspr.cpp @@ -997,7 +997,7 @@ DEFINE_ACTION_FUNCTION_PARAMS(AInventory, A_Light) if (self->player != NULL) { - self->player->extralight = clamp(light, 0, 20); + self->player->extralight = clamp(light, -20, 20); } }