Move make fire place to modular_build

This commit is contained in:
A Man
2019-12-17 12:03:16 +01:00
parent 73289a69a6
commit 55f99b0096
4 changed files with 7 additions and 28 deletions

View File

@@ -68,8 +68,9 @@ class PartWoodPile : CA_Magazine
class ItemActions {
class Build {
text = $STR_ACTIONS_MAKEFIRE;
script = "spawn player_makeFire;"; //Do not use player_build because we have no ghost preview model for Land_Fire_DZ yet
use[] = {"PartWoodPile"};
script = "spawn player_build;";
require[] = {"ItemMatchbox"};
create = "Land_Fire_DZ";
};
class Crafting
{