mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-12 23:53:47 +01:00
Fix crayon drawing invisible runes (#15673)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user