Merge branch 'Ghommie-cit595' of https://github.com/Ghommie/Citadel-Station-13 into Ghommie-cit595

This commit is contained in:
Ghommie
2020-03-12 20:36:27 +01:00
+1 -1
View File
@@ -365,7 +365,7 @@
var/mob/living/tasted = input(src, "Who would you like to lick? (Excluding yourself and those with the preference disabled)", "Licking") as null|anything in choices
if(QDELETED(tasted) || (L.ckey && !(L.client?.prefs.lickable)))
if(QDELETED(tasted) || (tasted.ckey && !(tasted.client?.prefs.lickable)))
return
setClickCooldown(100)