<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
 <channel>
  <atom:link href="https://smaugmuds.afkmods.com/index.php?a=rssfeed&amp;t=4370" rel="self" type="application/rss+xml" />
  <title>SmaugMuds - Topic: [Bug] Weather command works indoors</title>
  <link>https://smaugmuds.afkmods.com/index.php?a=rssfeed&amp;t=4370</link>
  <description>The largest Smaug community resource site. - </description>
  <language>en</language>
  <generator>SmaugMuds</generator>
  <ttl>60</ttl>
  <item>
   <title>[Bug] Weather command works indoors</title>
   <link>https://smaugmuds.afkmods.com/topic/bug-weather-command-works-indoors-4370/&amp;p=20387#p20387</link>
   <description>Bug: Weather command works indoors Danger: Low - Weather can be checked indoors. Found by: Hanaisse Fixed by: Kayle ---  [b]weather.c, do_weather[/b] Find: [code]   if( !IS_OUTSIDE( ch ) ) { send_to_char( &amp;quot;You need to be outside to do that!\r\n&amp;quot;, ch ); return; }[/code] Change to: [code]   if( !IS_OUTSIDE( ch ) &amp;amp;&amp;amp; NO_WEATHER_SECT( ch-&amp;gt;in_room-&amp;gt;sector_type ) ) { send_to_char( &amp;quot;You need to be outside to do that!\r\n&amp;quot;, ch ); return; }[/code]</description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/bug-weather-command-works-indoors-4370/&amp;p=20387#p20387</guid>
   <pubDate>Wed, 10 Mar 2010 18:40:30 CST</pubDate>
   <category>SmaugFUSS Bugfix List</category>
   <author>nobody@example.com (InfiniteAxis)</author>
  </item>
 </channel>
</rss>
