summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-12-17 23:40:26 -0300
committerJesusaves <cpntb1@ymail.com>2020-12-17 23:40:26 -0300
commit11f2291cefe90f5c43765754d7cdffa247cc31f9 (patch)
treea7a77fcddb08040287a8b3286446386d2a8f5335
parentacb0188a40818a60128f0bba8ff22480000108c9 (diff)
downloadclient-11f2291cefe90f5c43765754d7cdffa247cc31f9.tar.gz
client-11f2291cefe90f5c43765754d7cdffa247cc31f9.tar.bz2
client-11f2291cefe90f5c43765754d7cdffa247cc31f9.tar.xz
client-11f2291cefe90f5c43765754d7cdffa247cc31f9.zip
Notifications can still be sent (but they are inexpressive...)
-rw-r--r--game/04_init.rpy1
1 files changed, 1 insertions, 0 deletions
diff --git a/game/04_init.rpy b/game/04_init.rpy
index 03ca68f..9f09454 100644
--- a/game/04_init.rpy
+++ b/game/04_init.rpy
@@ -31,6 +31,7 @@ init python:
try:
if (message.split(':')[0] == "NOTICE"):
# FIXME
+ renpy.notify(str(":".join(message.split(':')[1:])))
raise NotImplemented("You cannot call screens from threads!")
renpy.call_screen("msgbox",
#renpy.call_in_new_context("msgbox_label",