diff --git a/game/images/insultlayers/text0.png b/game/images/insultlayers/text0.png deleted file mode 100644 index a4fd43f1..00000000 Binary files a/game/images/insultlayers/text0.png and /dev/null differ diff --git a/game/script.rpy b/game/script.rpy index 6db6302d..54c9ab60 100644 --- a/game/script.rpy +++ b/game/script.rpy @@ -24,7 +24,7 @@ init python: import webbrowser #function for insult layers def showCG(): - files = ["text0", "text1", "text2", "text3", "text4", "text5", "text6", "text7", "text8", "text9"] + files = ["text1", "text2", "text3", "text4", "text5", "text6", "text7", "text8", "text9"] length = len(files) picked = random.randint(0,length - 1) fileName = files[picked]