mistakes were made.

This commit is contained in:
Ghommie
2019-11-08 19:29:52 +01:00
parent 03a7fc3818
commit 4819cdc228
+3 -2
View File
@@ -15,9 +15,10 @@
while(processing_list.len)
var/atom/thing = processing_list[1]
processing_list -= thing
if(ignored_things[thing.type] || CHECK_BITFIELD(thing.rad_flags, RAD_PROTECT_SELF))
if(ignored_things[thing.type])
continue
. += thing
if(CHECK_BITFIELD(thing.rad_flags, RAD_PROTECT_SELF))
. += thing
if((thing.rad_flags & RAD_PROTECT_CONTENTS) || (SEND_SIGNAL(thing, COMSIG_ATOM_RAD_PROBE) & COMPONENT_BLOCK_RADIATION))
continue
processing_list += thing.contents