thanks for saying it was a brain, you guys are the best

This commit is contained in:
SandPoot
2023-12-17 23:43:54 -03:00
parent 653b767f32
commit de3c8435b5
+2 -2
View File
@@ -297,9 +297,9 @@
if(!isbrain(current))
return
if(!istype(loc, /obj/item/organ/brain))
if(!istype(current.loc, /obj/item/mmi))
return
var/obj/item/organ/brain/B = loc
var/obj/item/mmi/B = current.loc.loc
if(!istype(B.laws, /datum/ai_laws/ratvar))
remove_servant_of_ratvar(current, TRUE)