Files
CHOMPStation2/code/modules/mob/mob_defines_vr.dm
2019-04-08 04:13:32 +10:00

7 lines
241 B
Plaintext

/mob
var/vantag_hud = 0 // Do I have the HUD enabled?
var/flying = 0 // Allows flight
var/mob/temporary_form // For holding onto a temporary form
var/disconnect_time = null //Time of client loss, set by Logout(), for timekeeping