Fixes map and messed up living_defines.

This commit is contained in:
Neerti
2018-11-02 21:20:59 -04:00
parent 35aab759be
commit c2426020ce
2 changed files with 6 additions and 3 deletions
@@ -65,3 +65,7 @@
var/has_huds = FALSE //Whether or not we should bother initializing the above list
var/makes_dirt = TRUE //FALSE if the mob shouldn't be making dirt on the ground when it walks
var/looking_elsewhere = FALSE //If the mob's view has been relocated to somewhere else, like via a camera or with binocs
var/image/selected_image = null // Used for buildmode AI control stuff.