Skip to content

Commit

Permalink
Update radiation.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
XeonMations committed Sep 11, 2024
1 parent 11c7de6 commit e15be4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/controllers/subsystem/radiation.dm
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ SUBSYSTEM_DEF(radiation)
var/datum/radiation_pulse_information/pulse_information = processing[1]

var/datum/weakref/source_ref = pulse_information.source_ref
var/atom/source = source_ref.resolve()
var/atom/source = source_ref?.resolve()
if (isnull(source))
processing.Cut(1, 2)
continue
Expand Down

0 comments on commit e15be4c

Please sign in to comment.