thanks for saying it was a brain, you guys are the best
This commit is contained in:
+2
-2
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user