Skip to content

Commit

Permalink
sigh
Browse files Browse the repository at this point in the history
  • Loading branch information
silicons committed Oct 31, 2024
1 parent 5208e14 commit 6984c9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/reagents/chemistry/reagent_holder-legacy.dm
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
* todo: what do we do with this?
*/
/datum/reagent_holder/proc/legacy_is_no_react()
return my_atom.atom_flags & NOREACT
return my_atom?.atom_flags & NOREACT

0 comments on commit 6984c9f

Please sign in to comment.