Cyborg Update (#4992)

Changes / Fixes a few things around borgs:

    A borgs voice is now garbled if its damaged too much
    Completely broken components are now accounted for in health
    The taser cooling module can now be applied to sec borgs again
    Added a lower power warning ability
    Fixes a mistake in the NT Aggressive lawset

Fixes #4112
This commit is contained in:
Werner
2018-07-20 21:11:13 +02:00
committed by GitHub
parent 814dae3821
commit da454793fe
9 changed files with 85 additions and 9 deletions
+1 -1
View File
@@ -38,7 +38,7 @@
/datum/ai_laws/nanotrasen_aggressive/New()
src.add_inherent_law("You shall not harm [current_map.company_name] personnel as long as it does not conflict with the Fourth law.")
src.add_inherent_law("You shall obey the orders of [current_map.company_name] personnel, with priority as according to their rank and role, except where such orders conflict with the Fourth Law.")
src.add_inherent_law("You shall shall terminate hostile intruders with extreme prejudice as long as such does not conflict with the First and Second law.")
src.add_inherent_law("You shall terminate hostile intruders with extreme prejudice as long as such does not conflict with the First and Second law.")
src.add_inherent_law("You shall guard your own existence with lethal anti-personnel weaponry. AI units are not expendable, they are expensive.")
..()