haha whew

This commit is contained in:
kevinz000
2020-06-17 21:32:10 -07:00
parent da704db97d
commit 445d94f335
72 changed files with 341 additions and 290 deletions
+3 -1
View File
@@ -37,7 +37,9 @@
var/next_move = null
var/create_area_cooldown
var/notransform = null //Carbon
/// Whether or not the mob is currently being transformed into another mob or into another state of being. This will prevent it from moving or doing realistically anything.
/// Don't you DARE use this for a cheap way to ensure someone is stunned in your code.
var/mob_transforming = FALSE
var/eye_blind = 0 //Carbon
var/eye_blurry = 0 //Carbon
var/real_name = null