Feed and Facehug no longer use a menu and instead pick a random target in range.

This commit is contained in:
ZomgPonies
2014-05-07 21:43:17 -04:00
parent 48f00ee263
commit b23f90b10a
2 changed files with 3 additions and 3 deletions
@@ -14,7 +14,7 @@
if(C!=src && !istype(C,/mob/living/carbon/slime) && Adjacent(C))
choices += C
var/mob/living/carbon/M = input(src,"Who do you wish to feed on?") in null|choices
var/mob/living/carbon/M = pick(choices)
if(!M) return
if(Adjacent(M))