Lua: Allow modifying player research bulb progress #2458
Labels
enhancement
New feature or request
port-from-freeciv
This was implemented in Freeciv
server
This issue requires changes to the server
Is your feature request related to a problem? Please describe.
I need a way to see accumulated research bulbs for a player, as well as to modify it in Lua.
Describe the solution you'd like
Having a
bulbs
property and aPlayer:add_bulbs
method on thePlayer
type.Additional context
This feature was already added in another version of freeciv, we might be able to use the same or a similar solution:
Lua Reference Manual
Blocks longturn/rules-of-chaos#21
The text was updated successfully, but these errors were encountered: