mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-12 07:33:34 +01:00
Feed and Facehug no longer use a menu and instead pick a random target in range.
This commit is contained in:
@@ -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))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user