mirror of
https://github.com/Refactorio/RedMew.git
synced 2024-12-12 10:04:40 +02:00
fixed looting corpse message
This commit is contained in:
parent
e88c72f972
commit
54d30216d1
@ -143,7 +143,7 @@ local function on_gui_opened(event)
|
||||
local corpse_owner = Game.get_player_by_index(corpse_owner_index)
|
||||
|
||||
if player and corpse_owner then
|
||||
local message = table.concat {player.name, ' is looting ', corpse_owner.name, "'s corpse"}
|
||||
local message = table.concat {'## - ', player.name, ' is looting ', corpse_owner.name, "'s corpse"}
|
||||
|
||||
game.print(message, Color.yellow)
|
||||
log('[Corpse] ' .. message)
|
||||
|
Loading…
Reference in New Issue
Block a user