Przeglądaj źródła

Include a PDF field for spells

master
The Stranjer 4 lat temu
rodzic
commit
a099bc0fb1
1 zmienionych plików z 5 dodań i 2 usunięć
  1. +5
    -2
      spell.rb

+ 5
- 2
spell.rb Wyświetl plik

@@ -13,7 +13,8 @@ class Spell
:reaches,
:adds,
:rules_text,
:cost
:cost,
:pdf

attr_accessor :authors

@@ -37,7 +38,8 @@ class Spell
rules_text:,
authors:,
adds: [],
cost: nil)
cost: nil,
pdf:)

@death = death
@fate = fate
@@ -59,6 +61,7 @@ class Spell
@authors = authors
@adds = adds
@cost = cost
@pdf = pdf
end

def primary_arcanum


Ładowanie…
Anuluj
Zapisz