mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 12:07:27 +01:00
Adds LOOC to runechat. (#23256)
* adds looc to runechat * remove hearers * remove unnecessary parens * Prevent observers from LOOCing runechat * Update code/game/verbs/ooc.dm Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com> * contra review --------- Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com>
This commit is contained in:
@@ -514,6 +514,7 @@
|
||||
|
||||
// Runechat symbol types
|
||||
#define RUNECHAT_SYMBOL_EMOTE 1
|
||||
#define RUNECHAT_SYMBOL_LOOC 2
|
||||
|
||||
/// Waits at a line of code until X is true
|
||||
#define UNTIL(X) while(!(X)) sleep(world.tick_lag)
|
||||
|
||||
Reference in New Issue
Block a user