()
| 179 | } |
| 180 | |
| 181 | func (s *SpellData) GetScriptPath() string { |
| 182 | // Load any script for the room |
| 183 | return util.FilePath(strings.Replace(string(configs.GetFilePathsConfig().DataFiles)+`/spells/`+s.Filepath(), `.yaml`, `.js`, 1)) |
| 184 | } |
| 185 | |
| 186 | func LoadSpellFiles() { |
| 187 |
no test coverage detected