Skip to content

Commit

Permalink
Remove Unecessary TRUE/FALSE's
Browse files Browse the repository at this point in the history
  • Loading branch information
Lynx22330 committed Nov 28, 2024
1 parent b23a700 commit f57502e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions code/datums/weather/weather_types/roguetown/rain.dm
Original file line number Diff line number Diff line change
Expand Up @@ -107,16 +107,11 @@
switch(threshold)
if(0) //No coverage
M.apply_status_effect(/datum/status_effect/buff/wetness/drenched)
M.is_drying = FALSE
if(2)
M.apply_status_effect(/datum/status_effect/buff/wetness/wet)
M.is_drying = FALSE
if(4)
M.apply_status_effect(/datum/status_effect/buff/wetness/damp)
M.is_drying = FALSE
if(6)
M.is_wet = FALSE
M.is_drying = FALSE

if(world.time < lastlightning + 66 SECONDS)
return
Expand Down

0 comments on commit f57502e

Please sign in to comment.