forgot var define

This commit is contained in:
ariaworld
2024-05-03 18:13:55 +02:00
parent 05a98ac30f
commit 1ccaa9c70e
+4
View File
@@ -1,5 +1,9 @@
#define PROTOLOCK_ALL_ACCESS CONFIG_GET(flag/protolock_all_access)
/mob/living/carbon/human
///This player has been standing still for very long and are probably roleplaying. They won't use up nutrition/thirst until they start moving again.
var/insanelycomfy = FALSE
/mob/Initialize()
. = ..()
create_player_panel()