1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-11-30 11:34:32 +00:00

Edit events.rst

Add a space between `amount` and `=` for stylistical reasons.
This commit is contained in:
ComeBESNIER 2025-11-23 13:42:05 +00:00
parent ac7cc4c9ea
commit ec81e3b4a6

View file

@ -133,7 +133,7 @@ Example:
if item then
-- Reduce condition by 1
-- Note that actor should be included, if applicable, to allow forcibly unequipping items whose condition is reduced to 0
core.sendGlobalEvent('ModifyItemCondition', {actor = self, item = item, amount= -1})
core.sendGlobalEvent('ModifyItemCondition', {actor = self, item = item, amount = -1})
end
UI events