mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-26 14:31:59 +01:00
[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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user