This commit is contained in:
Enric Gabriel
2020-07-11 20:04:30 -03:00
57 changed files with 2057 additions and 1547 deletions
+2
View File
@@ -119,6 +119,8 @@
/// Messages currently seen by this client
var/list/seen_messages
///A lazy list of atoms we've examined in the last EXAMINE_MORE_TIME (default 1.5) seconds, so that we will call [atom/proc/examine_more()] instead of [atom/proc/examine()] on them when examining
var/list/recent_examines
///When was the last time we warned them about not cryoing without an ahelp, set to -5 minutes so that rounstart cryo still warns
var/cryo_warned = -5 MINUTES