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:
Rane
2022-01-13 09:53:50 -05:00
committed by GitHub
parent b336a394f9
commit b5f03f4682
7 changed files with 123 additions and 3 deletions

View File

@@ -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;