From 063712017b70013f044974292813d0680ad348b9 Mon Sep 17 00:00:00 2001 From: DragonTrance Date: Wed, 3 Mar 2021 11:10:38 -0700 Subject: [PATCH] Update nanites.dm --- code/datums/components/nanites.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/datums/components/nanites.dm b/code/datums/components/nanites.dm index d56ef9e4..85e67698 100644 --- a/code/datums/components/nanites.dm +++ b/code/datums/components/nanites.dm @@ -24,7 +24,7 @@ if(isliving(parent)) host_mob = parent - if(MOB_SILICON & host_mob.mob_biotypes) //Shouldn't happen, but this avoids HUD runtimes in case a silicon gets them somehow. + if((MOB_SILICON & host_mob.mob_biotypes)) //Shouldn't happen, but this avoids HUD runtimes in case a silicon gets them somehow. return COMPONENT_INCOMPATIBLE host_mob.hud_set_nanite_indicator()