diff --git a/code/modules/lavaland/lavaland_theme.dm b/code/modules/lavaland/lavaland_theme.dm index aa602634e99..f1c4f16230b 100644 --- a/code/modules/lavaland/lavaland_theme.dm +++ b/code/modules/lavaland/lavaland_theme.dm @@ -10,7 +10,7 @@ if(!primary_turf_type) stack_trace("Turf type is `null` in `[type]` lavaland theme") else if(!ispath(primary_turf_type)) - stack_trace("Wrong turf type `[initial(primary_turf_type.type)]` in `[type]` lavaland theme") + stack_trace("Wrong turf type `[primary_turf_type.type]` in `[type]` lavaland theme") /** * This proc should do all theme specific thing.