userJarryd Campicancel
branchrust_reboot/main/puzzle_reset_hotfixcancel

6 Commits over 0 Days - ∞cph!

1 Hour Ago
Remove leftover log
1 Hour Ago
Apply an additional 25 damage per puzzle reset tick to all players in the inner radiation range once the radiation reaches it's peak level
1 Hour Ago
Reduced monumentPuzzleResetRadiationPlayerEmptyTime from 5m -> 2m Reduced monumentPuzzleResetRadiationPreResetTime from 10m -> 5m Brings total possible radiation time from 15m -> 7m
1 Hour Ago
Reduced monumentPuzzleResetRadiationAmount from 100 -> 3 (inner radiation sphere) Fixed the outer smaller radiation area going straight to 10, it now ramps in like the inner sphere over time
2 Hours Ago
Add IgnoreAboveGroundPlayers option to TriggerRadiation, uses the IsUnderground check on BaseEntity which won't work in some cases (like noclipping under the terrain). It's what we use for the equivalent check on the puzzle reset If a PuzzleReset is set to ignoreAboveGroundPlayers it will now pass that along to it's radiation zone Airfield will now ignore above ground players Puzzles will now start counting time spent empty with rads active once any radiation is active, not just once radiation is fully activated Don't send the puzzle reset warnings to players that are above ground on a monument set to ignore above ground players
3 Hours Ago
monumentPuzzleResetWarnings is now on by default and saved