mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 07:38:05 +01:00
Merge branch 'master' of https://github.com/tgstation/tgstation into upstream-15-10-2025
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user