mirror of
https://gitgud.io/amevarashi/rjw-sexperience-ideology.git
synced 2024-08-15 00:43:19 +00:00
Fix IDE messages
This commit is contained in:
parent
032b031123
commit
670584500b
7 changed files with 262 additions and 288 deletions
|
@ -7,10 +7,10 @@ using Verse;
|
|||
|
||||
namespace RJWSexperience.Ideology
|
||||
{
|
||||
internal class DebugAction
|
||||
internal static class DebugAction
|
||||
{
|
||||
[DebugAction("RJW Sexperience Ideology", "Test marriage event", false, false, actionType = DebugActionType.ToolMapForPawns, allowedGameStates = AllowedGameStates.PlayingOnMap)]
|
||||
private static void GenerateMarriageEvent(Pawn p)
|
||||
public static void GenerateMarriageEvent(Pawn p)
|
||||
{
|
||||
Pawn hero = p.Map.PlayerPawnsForStoryteller.First(x => x.IsDesignatedHero());
|
||||
if (hero == null)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue