Resolving Conflict Maybeee.....

This commit is contained in:
Aurorablade
2015-08-30 00:41:07 -04:00
parent a47a383ab8
commit 558e84ab19
+15 -2
View File
@@ -284,7 +284,20 @@
medicalActive2 = null
medical_cannotfind = 0
nanomanager.update_uis(src)
usr << "<span class='notice'>You reset your record-viewing software.</span>"
usr << "<span class='notice'>You reset your record-viewing software.</span>"
/mob/living/silicon/pai/verb/reset_record_view()
set category = "pAI Commands"
set name = "Reset Records Software"
securityActive1 = null
securityActive2 = null
security_cannotfind = 0
medicalActive1 = null
medicalActive2 = null
medical_cannotfind = 0
nanomanager.update_uis(src)
usr << "<span class='notice'>You reset your record-viewing software.</span>"
/mob/living/silicon/pai/cancel_camera()
set category = "pAI Commands"
@@ -559,4 +572,4 @@
get_scooped(H)
//return
else
return ..()
return ..()