Temporarily removed fire

This commit is contained in:
Joshua Barretto 2020-04-11 21:13:40 +01:00
parent 31b2693b78
commit a754b34105

View File

@ -67,7 +67,7 @@ impl Archetype for House {
// Chimney shaft
if center_offset.map(|e| e.abs()).reduce_max() == 0 && profile.y >= foundation_height + 1 {
return if profile.y == foundation_height + 1 {
fire
empty//fire
} else {
empty
};