diff --git a/src/actors/killer-tomato.fnl b/src/actors/killer-tomato.fnl index b11bbe3..5b7fca1 100644 --- a/src/actors/killer-tomato.fnl +++ b/src/actors/killer-tomato.fnl @@ -38,6 +38,6 @@ (when (< (love.math.random) 0.2) (do (dungeon.spawn-actor s :tomato actor.pos) - (dungeon.log "The Killer Tomato became docile!")))) + (dungeon.log s "The Killer Tomato became docile!")))) kt