mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Temporarily removed fire
This commit is contained in:
parent
31b2693b78
commit
a754b34105
@ -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
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user