Skip to content

Commit

Permalink
Update Content.Server/FloofStation/Traits/LewdTraitSystem.cs
Browse files Browse the repository at this point in the history
Co-authored-by: FoxxoTrystan <[email protected]>
  • Loading branch information
Memeji and FoxxoTrystan authored Aug 5, 2024
1 parent 4b9f164 commit ab527b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Content.Server/FloofStation/Traits/LewdTraitSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ public void AddCumVerb(Entity<CumProducerComponent> entity, ref GetVerbsEvent<In
{
if (args.Using == null ||
!args.CanInteract ||
args.User != args.Target ||
!EntityManager.HasComponent<RefillableSolutionComponent>(args.Using.Value)) //see if removing this part lets you milk on the ground.
return;

Expand Down

0 comments on commit ab527b0

Please sign in to comment.