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

Commit

Permalink
Fixed artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
FireNameFN committed May 10, 2024
1 parent cfd8d2d commit c72fdf8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public void Execute(IConsoleShell console, string arg, string[] args)
if (console.Player is null || !_manager.TryGetComponent<MindComponent>(console.Player.GetMind(), out var mind) || mind.CurrentEntity is null)
return;

var entity = _manager.SpawnEntity("ToyNuke", new EntityCoordinates(mind.CurrentEntity.Value, new()));
var entity = _manager.SpawnEntity("PlushieVulp", new EntityCoordinates(mind.CurrentEntity.Value, new()));

_manager.AddComponent<ThrowArtifactComponent>(entity);
}
Expand Down

0 comments on commit c72fdf8

Please sign in to comment.