mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-14 00:23:29 +01:00
replace abstract flag with skip_examine trait (#29276)
This commit is contained in:
@@ -325,7 +325,7 @@
|
||||
var/list/result
|
||||
|
||||
var/obj/item/item = item_data.get_item(owner)
|
||||
if(item && (item.flags & ABSTRACT || HAS_TRAIT(item, TRAIT_NO_STRIP) || HAS_TRAIT(item, TRAIT_SKIP_EXAMINE)))
|
||||
if(item && (item.flags & ABSTRACT || HAS_TRAIT(item, TRAIT_NO_STRIP)))
|
||||
items[strippable_key] = result
|
||||
continue
|
||||
|
||||
|
||||
Reference in New Issue
Block a user