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

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)
{
_solutionContainer.EnsureSolution(uid, "Cunt" , out _, 20);
_solutionContainer.EnsureSolution(uid, CuntableComponent.CuntSolutionName , out _, 50);
}
private void OnCunt(EntityUid uid, CuntableComponent component, ref EmoteEvent args)
@@ -34,29 +34,27 @@ 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))
return false;
return;
if(!_solutionContainer.TryGetSolution(uid,CuntableComponent.CuntSolutionName,out var solution))
return false;
if(!_solutionContainer.TryGetSolution(uid,CuntableComponent.CuntSolutionName, out var solution))
return;
if (solution.Value != default)
return false;
return ;
var cum = new Solution("Cunt", 5);
_puddle.TrySpillAt(uid, cum, out _, false);
_solutionContainer.SplitSolution(uid!, 50);
return true;
}
public void GenCum(EntityUid uid, CuntableComponent? component = null)
{
if (!Resolve(uid, ref component))
return ;
return;
if (_solutionContainer.TryGetSolution(uid, CuntableComponent.CuntSolutionName, out var solution))
{

View File

@@ -2,7 +2,6 @@ using Content.Shared._Amour.InteractionPanel.Actions;
using Content.Shared._Amour.InteractionPanel.Checks;
using Robust.Shared.Audio;
using Robust.Shared.Prototypes;
using Robust.Shared.Serialization;
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
recognizable: true
flavor: cunt
color: "#AAAAAA"
color: "#FFFFFF"
metabolisms:
Food:
effects:
- !type:SatiateHunger
conditions:
- !type:OrganType
type: Moth
- type: flavor
id: cunt