<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Creep.repair returns OK if target is in a different room]]></title><description><![CDATA[<p>Expected ERR_NOT_IN_RANGE, but got OK. Code sample:</p>
<pre>let res = creep.repair(target);<br>if(res === OK) {<br>  // good job, little creep <br>} else if(res === ERR_NOT_IN_RANGE) {<br>  creep.moveTo(target);<br>}</pre>
<p>Unfortunately, the little creep doesn't do a very good job in this situation.</p>]]></description><link>http://screeps.com/forum/topic/1123/creep-repair-returns-ok-if-target-is-in-a-different-room</link><generator>RSS for Node</generator><lastBuildDate>Sun, 19 Jul 2026 03:23:24 GMT</lastBuildDate><atom:link href="http://screeps.com/forum/topic/1123.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 28 Mar 2016 12:00:11 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Creep.repair returns OK if target is in a different room on Invalid Date]]></title><description><![CDATA[<p>Expected ERR_NOT_IN_RANGE, but got OK. Code sample:</p>
<pre>let res = creep.repair(target);<br>if(res === OK) {<br>  // good job, little creep <br>} else if(res === ERR_NOT_IN_RANGE) {<br>  creep.moveTo(target);<br>}</pre>
<p>Unfortunately, the little creep doesn't do a very good job in this situation.</p>]]></description><link>http://screeps.com/forum/post/5256</link><guid isPermaLink="true">http://screeps.com/forum/post/5256</guid><dc:creator><![CDATA[wicked]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Reply to Creep.repair returns OK if target is in a different room on Invalid Date]]></title><description><![CDATA[<p>Thanks for reporting, fixed.</p>]]></description><link>http://screeps.com/forum/post/5257</link><guid isPermaLink="true">http://screeps.com/forum/post/5257</guid><dc:creator><![CDATA[artch]]></dc:creator><pubDate>Invalid Date</pubDate></item></channel></rss>