diff options
Diffstat (limited to 'src/game-server/being.cpp')
-rw-r--r-- | src/game-server/being.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game-server/being.cpp b/src/game-server/being.cpp index 2237f6a6..b50a5fac 100644 --- a/src/game-server/being.cpp +++ b/src/game-server/being.cpp @@ -483,6 +483,8 @@ void Being::recalculateBaseAttribute(unsigned attr) void Being::updateDerivedAttributes(unsigned attr) { + signal_attribute_changed.emit(this, attr); + LOG_DEBUG("Being: Updating derived attribute(s) of: " << attr); // Handle default actions before handing over to the script engine |