From cb134496b194603920995e20cde05610be35dc13 Mon Sep 17 00:00:00 2001 From: Celtic Minstrel Date: Sun, 25 Jun 2017 13:10:44 -0400 Subject: [PATCH] Add fire_event to list of known [unit] keys --- src/units/unit.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/units/unit.cpp b/src/units/unit.cpp index e1e7fa41a9e..5d7daa54408 100644 --- a/src/units/unit.cpp +++ b/src/units/unit.cpp @@ -102,7 +102,7 @@ namespace "canrecruit", "extra_recruit", "x", "y", "placement", "parent_type", "description", "usage", "halo", "ellipse", "upkeep", "random_traits", "generate_name", - "profile", "small_profile", + "profile", "small_profile", "fire_event", "passable", "overwrite", "location_id", // Useless attributes created when saving units to WML: "flag_rgb", "language_name", "image", "image_icon"