Moves some mob and slime variables under the defines in the right file (#22858)

* Move ye to the right fucking place

* Update code/modules/mob/living/simple_animal/slime/slime_mob.dm

Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com>

---------

Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com>
This commit is contained in:
DGamerL
2023-10-13 14:29:14 +01:00
committed by GitHub
co-authored by Henri215
parent 4d26c41f9f
commit 3df93abfa4
5 changed files with 17 additions and 15 deletions
+5
View File
@@ -216,3 +216,8 @@
var/runechat_msg_location
/// The datum receiving keyboard input. parent mob by default.
var/datum/input_focus = null
/// lazy list. contains /obj/screen/alert only. On /mob so clientless mobs will throw alerts properly
var/list/alerts
var/list/screens = list()