From eb929f979f044397584f881e04541f81c9ae1850 Mon Sep 17 00:00:00 2001 From: Duncan Fedde Date: Sat, 23 Oct 2021 11:18:37 -0500 Subject: [PATCH] Replace typo "of -> or" Objects don't own creeps. --- source/defense.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/defense.md b/source/defense.md index 7ba0ffb1..e1cc0197 100644 --- a/source/defense.md +++ b/source/defense.md @@ -5,7 +5,7 @@ The world of Screeps is not the safest place on earth. This article explains the ## Safe mode -When you start out in the game, you have **Safe Mode** turned on in your room. It means that no other creep will be able to use any methods in this room that can affect your creeps of objects (but you’ll still be able to defend against strangers). See more about that in the description of [`StructureController`](/api/#StructureController) +When you start out in the game, you have **Safe Mode** turned on in your room. It means that no other creep will be able to use any methods in this room that can affect your creeps or objects (but you’ll still be able to defend against strangers). See more about that in the description of [`StructureController`](/api/#StructureController) ![](img/safe_mode.png)