Adding combine matches

This commit is contained in:
A Man
2019-11-01 16:01:20 +01:00
parent f24921ab1e
commit bc75ad8590
4 changed files with 47 additions and 1 deletions

View File

@@ -29,6 +29,10 @@ class ItemMatchbox : ItemMatchbox_base
script = "spawn player_makeFire;"; //Do not use player_build because we have no ghost preview model for Land_Fire_DZ yet
use[] = {"PartWoodPile"};
};
class Combine {
text = $STR_ANTIBIOTICS_COMBINE;
script = "spawn player_combineMatches;";
};
};
};