Skip to content
This repository has been archived by the owner on Jan 24, 2019. It is now read-only.

Commit

Permalink
Fixed compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
Jofairden committed Aug 27, 2017
1 parent 24158e8 commit 80594ce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion NPCs/HeaterOfWorldsHead.cs
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ private void SpawnAdds()
? 430
: 490;

if (Main.rand.NextBool(odds)))
if (Main.rand.NextBool(odds))
{
NPC.NewNPC((int)npc.Center.X - 70, (int)npc.Center.Y, mod.NPCType<MagmaLeechHead>());
}
Expand Down
3 changes: 3 additions & 0 deletions Tremor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7176,6 +7176,9 @@
<None Include="Gores\Thumbs.db" />
<None Include="Items\DrippingSaddle.csNotWork" />
</ItemGroup>
<ItemGroup>
<Folder Include="Motherboard\" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSHARP.Targets" />
<ProjectExtensions>
<VisualStudio AllowExistingFolder="true" />
Expand Down

0 comments on commit 80594ce

Please sign in to comment.