Skip to content
This repository has been archived by the owner on Sep 17, 2020. It is now read-only.

Commit

Permalink
Fix medium heater's placeWorker color
Browse files Browse the repository at this point in the history
  • Loading branch information
alattalatta committed Sep 8, 2015
1 parent 0e646d0 commit deca66c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RedistHeat/PlaceWorkers/PlaceWorker_MediumHeater.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public override void DrawGhost( ThingDef def, IntVec3 center, Rot4 rot )
return;
}

GenDraw.DrawFieldEdges(new List<IntVec3>() { vecNorth }, Color.white);
GenDraw.DrawFieldEdges(new List<IntVec3>() { vecNorth }, GenTemperature.ColorRoomHot);
var room = vecNorth.GetRoom();
if (room == null || room.UsesOutdoorTemperature)
{
Expand Down

0 comments on commit deca66c

Please sign in to comment.