cleans up some missed stuff

This commit is contained in:
Yoshax
2016-11-20 20:01:28 +00:00
parent af68191c24
commit f4bf14c4e6
2 changed files with 10 additions and 10 deletions

View File

@@ -220,7 +220,7 @@
m_type = 1
if("law")
if (istype(module,/obj/item/weapon/robot_module/security))
if (istype(module,/obj/item/weapon/robot_module/robot/security))
message = "shows its legal authorization barcode."
playsound(src.loc, 'sound/voice/biamthelaw.ogg', 50, 0)
@@ -229,7 +229,7 @@
src << "You are not THE LAW, pal."
if("halt")
if (istype(module,/obj/item/weapon/robot_module/security))
if (istype(module,/obj/item/weapon/robot_module/robot/security))
message = "<B>[src]</B>'s speakers skreech, \"Halt! Security!\"."
playsound(src.loc, 'sound/voice/halt.ogg', 50, 0)