makes medihound sleeper toggle do something

This commit is contained in:
Putnam
2021-06-08 00:21:19 -07:00
parent 614c3192e5
commit a236357ebe
@@ -77,6 +77,8 @@
return
if(!iscarbon(target))
return
if(!(target?.client?.prefs?.cit_toggles & MEDIHOUND_SLEEPER))
return
var/voracious = TRUE
if(!target.client || !(target.client.prefs.cit_toggles & MEDIHOUND_SLEEPER) || !hound.client || !(hound.client.prefs.cit_toggles & MEDIHOUND_SLEEPER))
voracious = FALSE