missed a ?

runtimes will ensue without it
This commit is contained in:
TotallyNotADog
2022-01-24 01:44:34 -06:00
committed by GitHub
parent a2e47a8d08
commit 1737a0aeb5
@@ -331,7 +331,7 @@
var/obj/item/organ/vocal_cords/Vc = user.getorganslot(ORGAN_SLOT_VOICE)
if(Vc)
if(istype(Vc, /obj/item/organ/vocal_cords/velvet))
if(client.prefs.cit_toggles & HYPNO)
if(client?.prefs.cit_toggles & HYPNO)
msg += "<span class='velvet'><i>You feel your chords resonate looking at them.</i></span>\n"