Skip to content
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
KosmosisDire committed Mar 13, 2022
2 parents 92c6041 + 7d2ce2b commit 77498b5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions TeammateRevive/Content/ReviveEverywhereItem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ public override void Init()
var full =
$"- {Yellow("Revive")} dead teammates {Yellow("everywhere")} on map." +
$"\n- First item {Red("increases")} {Yellow("revival time")} by x2." +
$"\n- Reduces {Yellow("revival time")} when you are reviving." +
$"\n- Every subsequent item decreases the revival time";
$"\n- Every subsequent item decreases {Yellow("revival time")} when you are reviving";

ItemAPI.Add(new CustomItem(Name, "Dead Man's Hand",
full, "Revive death teammates everywhere on map.",
Expand Down

0 comments on commit 77498b5

Please sign in to comment.