Some Silicon Code (#8394)

Tweaked a hell of a lot of silicon code to make synthetics better.

Synths with scrambled codes that prevent them from being on robotics computers will now appear on Merc camera networks.

Both variants of the engineering borg can now deploy the malf borging machine.

Medical borgs no longer get polyacid sprays, instead getting Wulumunusha CMO Hyposprays, which cause muteness.

You must now be on help intent to use items like crowbars and screwdrivers on borgs. Otherwise you hit them with it.
This commit is contained in:
Geeves
2020-03-13 14:29:35 +02:00
committed by GitHub
parent 5a8f0451a4
commit 1a7cc1a1c7
64 changed files with 1865 additions and 2028 deletions

View File

@@ -32,6 +32,6 @@
. = STATUS_INTERACTIVE
if(!cell || (cell && cell.charge <= 0))
return STATUS_CLOSE
if(lockcharge)
if(lock_charge)
. = STATUS_DISABLED
return min(., ..())