mudgangster

Log | Files | Refs

commit cf18b48305c098e53122e7445237a2c680718794
parent fb71710ac31d7efd90ca285e98d9bf472e27ba7b
Author: Michael Savage <mikejsavage@gmail.com>
Date:   Mon,  3 Sep 2018 21:28:11 +0300

Oops

Diffstat:
src/script.cc | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/script.cc b/src/script.cc @@ -116,7 +116,7 @@ extern "C" int mud_setStatus( lua_State * L ) { lua_gettable( L, 2 ); const Colour fg = Colour( lua_tointeger( L, -1 ) ); - lua_pushliteral( L, "fg" ); + lua_pushliteral( L, "bold" ); lua_gettable( L, 2 ); const bool bold = lua_toboolean( L, -1 );