Examine Groups (#12400)
* new version * testy2 * working version * new GroupExamineSystem * restructure * restructure again * update icon * adding group examine to prototypes * change examine group title to a localized string Co-authored-by: CommieFlowers <rasmus.cedergren@hotmail.com>
This commit is contained in:
@@ -118,18 +118,8 @@ public sealed class ClothingSpeedModifierSystem : EntitySystem
|
||||
}
|
||||
}
|
||||
|
||||
var verb = new ExamineVerb()
|
||||
{
|
||||
Act = () =>
|
||||
{
|
||||
_examine.SendExamineTooltip(args.User, uid, msg, false, false);
|
||||
},
|
||||
Text = Loc.GetString("clothing-speed-examinable-verb-text"),
|
||||
Message = Loc.GetString("clothing-speed-examinable-verb-message"),
|
||||
Category = VerbCategory.Examine,
|
||||
IconTexture = "/Textures/Interface/VerbIcons/outfit.svg.192dpi.png"
|
||||
};
|
||||
_examine.AddDetailedExamineVerb(args, component, msg, Loc.GetString("clothing-speed-examinable-verb-text"), "/Textures/Interface/VerbIcons/outfit.svg.192dpi.png", Loc.GetString("clothing-speed-examinable-verb-message"));
|
||||
|
||||
args.Verbs.Add(verb);
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user