K 10 svn:author V 8 sveinung K 8 svn:date V 27 2015-03-06T11:16:42.858133Z K 7 svn:log V 380 Make it possible to directly kill a unit from Lua. Introduce unit_kill() in the edit module and a kill() method on the Unit class. This saves ruleset developers from the work of hacking together a Lua unit killer by (ab)using the parts of the API that may kill a unit. It also serves as a reminder for Freeciv developers that units may die during a Lua callback. See patch #5894 END