mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-26 14:47:50 +01:00
[MIRROR] Chatmessage runtime (#7866)
Co-authored-by: Raeschen <rycoop29@gmail.com>
This commit is contained in:
co-authored by
Raeschen
parent
e09de2f101
commit
020a95195c
@@ -225,7 +225,7 @@ var/list/runechat_image_cache = list()
|
||||
return
|
||||
ending_life = TRUE
|
||||
animate(message, alpha = 0, time = fadetime, flags = ANIMATION_PARALLEL)
|
||||
timer_delete = QDEL_IN_STOPPABLE(src, fadetime)
|
||||
timer_delete = QDEL_IN_STOPPABLE(src, fadetime) //ChompEDIT - we use QDEL_IN_STOPPABLE, upstream just has QDEL_IN do the same thing
|
||||
|
||||
/**
|
||||
* Creates a message overlay at a defined location for a given speaker
|
||||
|
||||
Reference in New Issue
Block a user