Skip to content

Commit 8399cb2

Browse files
finduraffinduraf
finduraf
authored and
finduraf
committed
fix: No need for doubled brackets
This is already shown in square brackets.
1 parent e7ba98f commit 8399cb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Main/Source/miscitem.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -3442,7 +3442,7 @@ void holyhandgrenade::AddInventoryEntry(ccharacter* Viewer, festring& Entry, int
34423442
Entry.PutWeight(GetWeight());
34433443

34443444
if(!!WillExplodeSoon())
3445-
Entry << ", " << "(armed)";
3445+
Entry << ", armed";
34463446

34473447
Entry << "]";
34483448
}

0 commit comments

Comments
 (0)