Update living.dm

This commit is contained in:
Ghom
2020-03-01 15:42:41 +01:00
committed by GitHub
parent 185a0b092e
commit aa79b9853b
+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)