Latejoin traitors (#9783)

This commit is contained in:
Rane
2022-07-28 20:59:45 -04:00
committed by GitHub
parent 3433ecee77
commit b8be23004b
5 changed files with 67 additions and 11 deletions

View File

@@ -29,7 +29,7 @@ namespace Content.Server.Objectives.Conditions
public string Description => Loc.GetString("objective-condition-kill-person-description");
public SpriteSpecifier Icon => new SpriteSpecifier.Rsi(new ResourcePath("Objects/Weapons/Guns/Pistols/mk58_wood.rsi"), "icon");
public SpriteSpecifier Icon => new SpriteSpecifier.Rsi(new ResourcePath("Objects/Weapons/Guns/Pistols/viper.rsi"), "icon");
public float Progress => (Target?.CharacterDeadIC ?? true) ? 1f : 0f;