Salvage Job Board (#37549)
* Salvage Job Board * More development * Small boy * Computer yaml (partial) * UI * Rank unlock logic * Job label printing * appraisal tool integration * Jobs * add board to QM locker * boom! * command desc * mild rewording * ackh, mein pr ist brohken
This commit is contained in:
@@ -281,6 +281,12 @@ public sealed class PaperSystem : EntitySystem
|
||||
}
|
||||
}
|
||||
|
||||
public void SetContent(EntityUid entity, string content)
|
||||
{
|
||||
if (!TryComp<PaperComponent>(entity, out var paper))
|
||||
return;
|
||||
SetContent((entity, paper), content);
|
||||
}
|
||||
|
||||
public void SetContent(Entity<PaperComponent> entity, string content)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user