Merge branch 'master' of https://github.com/tgstation/tgstation into upstream-15-10-2025

This commit is contained in:
Roxy
2025-10-15 19:34:41 -04:00
656 changed files with 24772 additions and 15866 deletions
+4
View File
@@ -70,6 +70,10 @@
mob_choice.name = target.name
selectable_targets[REF(target)] = mob_choice
for(var/obj/item/item as anything in visible_items)
//no revealing items that are not obscured but meant to be hidden
if(HAS_TRAIT(item, TRAIT_NO_STRIP) || HAS_TRAIT(item, TRAIT_EXAMINE_SKIP))
continue
var/datum/radial_menu_choice/item_choice = new
var/mutable_appearance/item_appearance = new(item)