mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-09 16:14:13 +00:00
fix observe verb defaulting to cyborg when cancelled (#33308)
This commit is contained in:
@@ -196,6 +196,8 @@
|
||||
|
||||
var/list/mobs = getmobs()
|
||||
var/input = input("Please, select a mob!", "Haunt", null, null) as null|anything in mobs
|
||||
if(!input)
|
||||
return
|
||||
var/mob/target = mobs[input]
|
||||
manual_follow(target)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user