Skip to content

Commit

Permalink
Update code/game/objects/items/plushes.dm
Browse files Browse the repository at this point in the history
Co-authored-by: Lucy <[email protected]>
  • Loading branch information
ClownMoff and Absolucy authored Jan 4, 2024
1 parent f6c0f7d commit 5dbd2b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/items/plushes.dm
Original file line number Diff line number Diff line change
Expand Up @@ -771,7 +771,7 @@

/obj/item/choice_beacon/radial/plushie/generate_options(mob/living/M)
var/list/item_list = generate_item_list()
if(!item_list.len)
if(!length(item_list))
return
var/choice = show_radial_menu(M, src, item_list, radius = 36, require_near = TRUE)
if(!QDELETED(src) && !(isnull(choice)) && !M.incapacitated() && in_range(M,src))
Expand Down

0 comments on commit 5dbd2b2

Please sign in to comment.