Fixed scaffolding's suffocation bug

This commit is contained in:
Capricorno 2016-08-03 18:52:38 +00:00 committed by darkrose
parent 5b19322e1b
commit 5c0e46b369
1 changed files with 1 additions and 0 deletions

View File

@ -2099,6 +2099,7 @@ void content_mapnode_special(bool repeat)
f->special_alternate_node = CONTENT_SCAFFOLDING;
f->type = CMT_WOOD;
f->walkable = false;
f->suffocation_per_second = 0;
content_nodebox_scaffolding(f);
f->setInventoryTextureNodeBox(i, "wood.png", "wood.png", "wood.png");
{