Skip to content

Commit 19cfd5c

Browse files
committed
devour applies ichor to stomach
devour applies ichor to stomach
1 parent 6d104f7 commit 19cfd5c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Content.Shared/Devour/DevourSystem.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ private void OnDoAfter(Entity<DevourerComponent> ent, ref DevourDoAfterEvent arg
153153
if (stomachs.Count > 0)
154154
{
155155
var stomach = stomachs[0];
156-
var success = _stomach.TryTransferSolution( stomach.Owner, ichorInjection);
156+
_stomach.TryTransferSolution( stomach.Owner, ichorInjection);
157157
}
158158

159159
ent.Comp.Devoured++; //Starlight devour counter.

0 commit comments

Comments
 (0)