New Objective: Ensure another traitor stays alive. (#6020)
Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
This commit is contained in:
@@ -21,7 +21,7 @@ namespace Content.Server.Objectives.Conditions
|
||||
|
||||
public string Description => Loc.GetString("objective-condition-stay-alive-description");
|
||||
|
||||
public SpriteSpecifier Icon => new SpriteSpecifier.Rsi(new ResourcePath("Objects/Misc/skub.rsi"), "icon"); //didn't know what else would have been a good icon for staying alive
|
||||
public SpriteSpecifier Icon => new SpriteSpecifier.Rsi(new ResourcePath("Objects/Misc/bureaucracy.rsi"), "folder_white");
|
||||
|
||||
public float Progress => (_mind?.CharacterDeadIC ?? false) ? 0f : 1f;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user