diff --git a/wadsrc/static/zscript/inventory/powerups.txt b/wadsrc/static/zscript/inventory/powerups.txt index 897fe80e3..1fc63cfbe 100644 --- a/wadsrc/static/zscript/inventory/powerups.txt +++ b/wadsrc/static/zscript/inventory/powerups.txt @@ -1950,7 +1950,8 @@ class PowerReflection : Powerup { Default { - Powerup.Duration -30; + Powerup.Duration -60; + DamageFactor 0.5; } }