Fixes some printouts causing a runtime error when photocopied

This commit is contained in:
Hubblenaut
2014-06-07 18:27:22 +02:00
parent 33917763df
commit f12ee3f7b3
4 changed files with 6 additions and 5 deletions
+1
View File
@@ -80,6 +80,7 @@
p.loc = src.loc
p.update_icon()
p.icon_state = "paper_words"
p.name = bundle.name
p.pixel_y = rand(-8, 8)
p.pixel_x = rand(-9, 9)
sleep(15*j)