mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-25 22:12:58 +01:00
Item Extended Description Fix (#19442)
Fixes items with extended descriptions not displaying them properly. Fixed #19418
This commit is contained in:
@@ -354,7 +354,7 @@
|
||||
//Changed this switch to ranges instead of tiered values, to cope with granularity and also
|
||||
//things outside its range ~Nanako
|
||||
|
||||
. = ..(user, distance, "", "It is a [size] item.")
|
||||
. = ..(user, distance, "", "It is a [size] item.", get_extended = get_extended)
|
||||
var/datum/component/armor/armor_component = GetComponent(/datum/component/armor)
|
||||
if(armor_component)
|
||||
. += FONT_SMALL(SPAN_NOTICE("\[?\] This item has armor values. <a href=?src=\ref[src];examine_armor=1>\[Show Armor Values\]</a>"))
|
||||
|
||||
Reference in New Issue
Block a user