startingGear for NPCs (#1877)

Need to cover up the lewds.

Co-authored-by: Metal Gear Sloth <metalgearsloth@gmail.com>
This commit is contained in:
metalgearsloth
2020-08-25 04:11:32 +10:00
committed by GitHub
parent abc446109e
commit 997d3dcdd4
6 changed files with 45 additions and 3 deletions

View File

@@ -1,7 +1,9 @@
using System;
using System.Collections.Generic;
using Content.Server.GameTicking;
using Content.Shared.Roles;
using Robust.Server.Interfaces.Player;
using Robust.Shared.Interfaces.GameObjects;
using Robust.Shared.Map;
using Robust.Shared.Timing;
@@ -33,6 +35,8 @@ namespace Content.Server.Interfaces.GameTicking
GridCoordinates GetJobSpawnPoint(string jobId);
GridCoordinates GetObserverSpawnPoint();
void EquipStartingGear(IEntity entity, StartingGearPrototype startingGear);
// GameRule system.
T AddGameRule<T>() where T : GameRule, new();
bool HasGameRule(Type type);