diff --git a/code/modules/mob/living/simple_mob/simple_mob.dm b/code/modules/mob/living/simple_mob/simple_mob.dm index aef7e959843..5a30c3c0bd3 100644 --- a/code/modules/mob/living/simple_mob/simple_mob.dm +++ b/code/modules/mob/living/simple_mob/simple_mob.dm @@ -166,13 +166,13 @@ var/understands_common = TRUE //VOREStation Edit - Makes it so that simplemobs can understand galcomm without being able to speak it. var/heal_countdown = 5 //VOREStation Edit - A cooldown ticker for passive healing var/list/myid_access = list() //VOREStation Edit - var/mobcard_provided = FALSE //VOREStation Edit + var/ID_provided = FALSE //VOREStation Edit /mob/living/simple_mob/Initialize() verbs -= /mob/verb/observe health = maxHealth - if(mobcard_provided) //VOREStation Edit + if(ID_provided) //VOREStation Edit myid = new /obj/item/weapon/card/id(src) myid.access = myid_access.Copy() diff --git a/code/modules/mob/living/simple_mob/subtypes/animal/alien animals/catslug.dm b/code/modules/mob/living/simple_mob/subtypes/animal/alien animals/catslug.dm index 33c4e49f31a..6fea80f6260 100644 --- a/code/modules/mob/living/simple_mob/subtypes/animal/alien animals/catslug.dm +++ b/code/modules/mob/living/simple_mob/subtypes/animal/alien animals/catslug.dm @@ -44,7 +44,7 @@ friendly = list("hugs") see_in_dark = 8 - mobcard_provided = TRUE + ID_provided = TRUE catalogue_data = list(/datum/category_item/catalogue/fauna/catslug) ai_holder_type = /datum/ai_holder/simple_mob/melee/evasive/catslug