Очень не важно

This commit is contained in:
Jabak
2024-09-08 13:14:19 +03:00
parent b45abbf414
commit 4c806cbef5
4 changed files with 27 additions and 11 deletions

View File

@@ -22,7 +22,7 @@ public sealed class CuntSystem : EntitySystem
private void OnStartup(EntityUid uid, CuntableComponent component, ComponentStartup args) private void OnStartup(EntityUid uid, CuntableComponent component, ComponentStartup args)
{ {
_solutionContainer.EnsureSolution(uid, "Cunt" , out _, 20); _solutionContainer.EnsureSolution(uid, CuntableComponent.CuntSolutionName , out _, 50);
} }
private void OnCunt(EntityUid uid, CuntableComponent component, ref EmoteEvent args) private void OnCunt(EntityUid uid, CuntableComponent component, ref EmoteEvent args)
@@ -34,23 +34,21 @@ public sealed class CuntSystem : EntitySystem
} }
} }
public bool TryCunt(EntityUid uid, CuntableComponent? component = null) public void TryCunt(EntityUid uid, CuntableComponent? component = null)
{ {
if (!Resolve(uid, ref component)) if (!Resolve(uid, ref component))
return false; return;
if(!_solutionContainer.TryGetSolution(uid,CuntableComponent.CuntSolutionName, out var solution)) if(!_solutionContainer.TryGetSolution(uid,CuntableComponent.CuntSolutionName, out var solution))
return false; return;
if (solution.Value != default) if (solution.Value != default)
return false; return ;
var cum = new Solution("Cunt", 5); var cum = new Solution("Cunt", 5);
_puddle.TrySpillAt(uid, cum, out _, false); _puddle.TrySpillAt(uid, cum, out _, false);
_solutionContainer.SplitSolution(uid!, 50); _solutionContainer.SplitSolution(uid!, 50);
return true;
} }
public void GenCum(EntityUid uid, CuntableComponent? component = null) public void GenCum(EntityUid uid, CuntableComponent? component = null)

View File

@@ -2,7 +2,6 @@ using Content.Shared._Amour.InteractionPanel.Actions;
using Content.Shared._Amour.InteractionPanel.Checks; using Content.Shared._Amour.InteractionPanel.Checks;
using Robust.Shared.Audio; using Robust.Shared.Audio;
using Robust.Shared.Prototypes; using Robust.Shared.Prototypes;
using Robust.Shared.Serialization;
namespace Content.Shared._Amour.InteractionPanel; namespace Content.Shared._Amour.InteractionPanel;

View File

@@ -0,0 +1,11 @@
- type: emote
id: Squelch
buttonText: Кончать
chatMessages: [ кончает ]
chatTriggers:
- кончит
- кончает
- кончил
- кончила
- кончило
allowMenu: true

View File

@@ -5,7 +5,15 @@
physicalDesc: reagent-physical-desc-cunt physicalDesc: reagent-physical-desc-cunt
recognizable: true recognizable: true
flavor: cunt flavor: cunt
color: "#AAAAAA" color: "#FFFFFF"
metabolisms:
Food:
effects:
- !type:SatiateHunger
conditions:
- !type:OrganType
type: Moth
- type: flavor - type: flavor
id: cunt id: cunt