Deadchat now has runechat (#27366)

* Deadchat now has runechat

* invisible gone, welcome viewers

* cached viewers

* botch

* im dumb
This commit is contained in:
Contrabang
2024-11-25 18:38:38 +00:00
committed by GitHub
parent 7aeb1744df
commit e63b2eea56
4 changed files with 11 additions and 3 deletions
+1
View File
@@ -550,6 +550,7 @@
// Runechat symbol types
#define RUNECHAT_SYMBOL_EMOTE 1
#define RUNECHAT_SYMBOL_LOOC 2
#define RUNECHAT_SYMBOL_DEAD 3
/// Waits at a line of code until X is true
#define UNTIL(X) while(!(X)) sleep(world.tick_lag)