We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c4ba54 commit a36bfd6Copy full SHA for a36bfd6
src/actors/killer-tomato.fnl
@@ -38,6 +38,6 @@
38
(when (< (love.math.random) 0.2)
39
(do
40
(dungeon.spawn-actor s :tomato actor.pos)
41
- (dungeon.log "The Killer Tomato became docile!"))))
+ (dungeon.log s "The Killer Tomato became docile!"))))
42
43
kt
0 commit comments