aiModule > ai_module

This commit is contained in:
SandPoot
2023-12-17 23:20:43 -03:00
parent 7b62dbe7bb
commit 27bdd4b732
12 changed files with 121 additions and 121 deletions
@@ -379,8 +379,8 @@
to_chat(user, span_warning("You can't reach the wiring!"))
return
if(istype(W, /obj/item/aiModule))
var/obj/item/aiModule/MOD = W
if(istype(W, /obj/item/ai_module))
var/obj/item/ai_module/MOD = W
if(!opened)
to_chat(user, span_warning("You need access to the robot's insides to do that!"))
return