Fixes various implant/admin verb typos (#5177)

* Removes 'independant'

* Update Space Station 13 areas.dm

* Fixes the AI law typo

* Fixes another typo.

Somewhat out of scope(?), but it's just a typo.
This commit is contained in:
MarinaGryphon
2018-04-17 23:05:12 -05:00
committed by Anewbe
parent c29d830e28
commit 9e57b11a87
3 changed files with 5 additions and 5 deletions

View File

@@ -1261,7 +1261,7 @@ proc/admin_notice(var/message, var/rights)
usr << "<b>AI [key_name(S, usr)]'s laws:</b>"
else if(isrobot(S))
var/mob/living/silicon/robot/R = S
usr << "<b>CYBORG [key_name(S, usr)] [R.connected_ai?"(Slaved to: [R.connected_ai])":"(Independant)"]: laws:</b>"
usr << "<b>CYBORG [key_name(S, usr)] [R.connected_ai?"(Slaved to: [R.connected_ai])":"(Independent)"]: laws:</b>"
else if (ispAI(S))
usr << "<b>pAI [key_name(S, usr)]'s laws:</b>"
else