diff --git a/code/ZAS/Connection.dm b/code/ZAS/Connection.dm index af113cc514f..3092352bd0f 100644 --- a/code/ZAS/Connection.dm +++ b/code/ZAS/Connection.dm @@ -66,13 +66,13 @@ connection proc/Cleanup() if(!A || !B) - world.log << "Connection removed: [A] or [B] missing entirely." + //world.log << "Connection removed: [A] or [B] missing entirely." del src if(A.zone == B.zone) - world.log << "Connection removed: Zones now merged." + //world.log << "Connection removed: Zones now merged." del src if(!A.zone || !B.zone) no_zone_count++ if(no_zone_count >= 5) - world.log << "Connection removed: [A] or [B] missing a zone." + //world.log << "Connection removed: [A] or [B] missing a zone." del src \ No newline at end of file diff --git a/code/modules/chemical/Chemistry-Tools.dm b/code/modules/chemical/Chemistry-Tools.dm index 5ea319249a1..fcdf7dcb846 100644 --- a/code/modules/chemical/Chemistry-Tools.dm +++ b/code/modules/chemical/Chemistry-Tools.dm @@ -3708,7 +3708,7 @@ desc = "You can't really tell what this is." else icon_state = "glass_empty" - name = "Drinking glass" + name = "drinking glass" desc = "Your standard drinking glass" return