Fix crayon drawing invisible runes (#15673)

This commit is contained in:
Deelite34
2021-03-05 15:19:45 +01:00
committed by GitHub
parent fd79e342a8
commit e8d2139b60
+1 -1
View File
@@ -69,7 +69,7 @@
if("letter")
temp = input("Choose the letter.", "Scribbles") in letters
if("random_rune")
temp = "rune[rand(1,10)]"
temp = "rune[rand(1, 8)]"
if("random_graffiti")
temp = pick(graffiti)
else