Adds an Esword subtype that wrecks synthetics.

Ports /tg/'s esword and double esword sprites, both item and inhands.
Hivebot isSynthetic() now returns true.
This commit is contained in:
Neerti
2017-10-13 02:17:27 -04:00
parent 250b62e312
commit 0e57b66f6a
5 changed files with 58 additions and 3 deletions
@@ -51,6 +51,9 @@
say_maybe_target = list("Possible threat detected. Investigating.", "Motion detected.", "Investigating.")
say_got_target = list("Threat detected.", "New task: Remove threat.", "Threat removal engaged.", "Engaging target.")
/mob/living/simple_animal/hostile/hivebot/isSynthetic()
return TRUE
// Subtypes.
// Melee like the base type, but more fragile.