Skip to content

Commit

Permalink
These are supposed to null the associated next_hit variable
Browse files Browse the repository at this point in the history
  • Loading branch information
LikeLakers2 committed Feb 3, 2025
1 parent 354cac7 commit 54f1fe4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ SUBSYSTEM_DEF(particle_weather)
SEND_GLOBAL_SIGNAL(COMSIG_GLOB_WEATHER_CHANGE)
running_eclipse_weather = weather_datum_type
running_eclipse_weather.start()
weather_datum_type = null
next_hit_eclipse = null
else
if(!QDELETED(running_weather))
if(!force)
Expand All @@ -154,7 +154,7 @@ SUBSYSTEM_DEF(particle_weather)
SEND_GLOBAL_SIGNAL(COMSIG_GLOB_WEATHER_CHANGE)
running_weather = weather_datum_type
running_weather.start()
weather_datum_type = null
next_hit = null

/datum/controller/subsystem/particle_weather/proc/make_eligible(datum/particle_weather/possible_weather, probability = 10)
eligible_weathers[possible_weather] = probability
Expand Down

0 comments on commit 54f1fe4

Please sign in to comment.