This is useless actually.

This commit is contained in:
Ghommie
2019-11-08 19:39:52 +01:00
parent 4819cdc228
commit 84258c6e73
2 changed files with 1 additions and 3 deletions
-1
View File
@@ -90,4 +90,3 @@ GLOBAL_LIST_INIT(bitflags, list(1, 2, 4, 8, 16, 32, 64, 128, 256, 512, 1024, 204
// radiation
#define RAD_PROTECT_CONTENTS (1<<0)
#define RAD_NO_CONTAMINATE (1<<1)
#define RAD_PROTECT_SELF (1<<2)
+1 -2
View File
@@ -17,8 +17,7 @@
processing_list -= thing
if(ignored_things[thing.type])
continue
if(CHECK_BITFIELD(thing.rad_flags, RAD_PROTECT_SELF))
. += thing
. += thing
if((thing.rad_flags & RAD_PROTECT_CONTENTS) || (SEND_SIGNAL(thing, COMSIG_ATOM_RAD_PROBE) & COMPONENT_BLOCK_RADIATION))
continue
processing_list += thing.contents