Add customizable buckled status effect icon per strap
This commit is contained in:
@@ -55,7 +55,7 @@ namespace Content.Server.GameObjects.Components.Mobs
|
||||
{
|
||||
status.ChangeStatusEffectIcon(StatusEffect.Buckled,
|
||||
Buckled
|
||||
? "/Textures/Mob/UI/Buckle/buckled.png"
|
||||
? BuckledTo!.BuckledIcon
|
||||
: "/Textures/Mob/UI/Buckle/unbuckled.png");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user