diff options
| author | fusion32 <marcopuzziello@gmail.com> | 2025-06-07 23:52:37 -0300 |
|---|---|---|
| committer | fusion32 <marcopuzziello@gmail.com> | 2025-06-07 23:52:37 -0300 |
| commit | 0590a5f1b3e0ffe295d7894a16b9d8aff3fae586 (patch) | |
| tree | 6a340a2d415185f3634c2206e00e630bea998474 /src/objects.cc | |
| parent | 3d7fcfc4a6a1fc7016145b39596775bcd32be5c1 (diff) | |
| download | game-0590a5f1b3e0ffe295d7894a16b9d8aff3fae586.tar.gz game-0590a5f1b3e0ffe295d7894a16b9d8aff3fae586.zip | |
implement monster raids
Diffstat (limited to 'src/objects.cc')
| -rw-r--r-- | src/objects.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/objects.cc b/src/objects.cc index 51171f0..198a11d 100644 --- a/src/objects.cc +++ b/src/objects.cc @@ -576,7 +576,7 @@ static void LoadObjects(void){ } } }else{ - Script.error("Unknown object type field"); + Script.error("Unknown object type property"); } } } |
