[Ready For Review] Unapologetic Vaurca Buffs II: Attack of the K'ois (#4083)

Implements Black K'ois
Implements K'ois Mycosis
Implements Black K'ois Mycosis
Buffs K'ois' healing properties for Vaurca
Vaurca can now control where they bite
This commit is contained in:
LordFowl
2018-01-27 17:52:30 +02:00
committed by Erki
parent 08d026884f
commit e656f2743c
19 changed files with 692 additions and 352 deletions
+5 -2
View File
@@ -142,7 +142,8 @@
var/msg = "<i><span class='game say'>[name], <span class='name'>[speaker_mask]</span>[format_message(message, get_spoken_verb(message))]</span></i>"
speaker.custom_emote(1, "[pick("twitches their antennae", "twitches their antennae rhythmically")].")
if(isvaurca(speaker))
speaker.custom_emote(1, "[pick("twitches their antennae", "twitches their antennae rythmically")].")
if (within_jamming_range(speaker))
// The user thinks that the message got through.
@@ -164,7 +165,9 @@
return 0
if(within_jamming_range(other))
return 0
if(locate(/obj/item/organ/vaurca/neuralsocket) in M.internal_organs)
if(M.internal_organs_by_name["neural socket"])
return 1
if(M.internal_organs_by_name["blackkois"])
return 1
if (M.l_ear || M.r_ear)