git repos / saland

commit 75fded14

sago007 · 2020-10-16 11:35
75fded147d624a257b772fd82b1b89fde86d311f patch · browse files
parent deb954ea0adca0cbf6522341daf6efa21d14d1fa

Can now add water as a spell

Changed files

M src/saland/Game.cpp before
diff --git a/src/saland/Game.cpp b/src/saland/Game.cpp index 39aec85..545ad0e 100644 --- a/src/saland/Game.cpp +++ b/src/saland/Game.cpp
@@ -254,6 +254,11 @@ Game::Game() {
slot2.name = "spell_create_block";
slot2.tile = 607;
slot2.type = SpellCursorType::tile;
+ Spell& slot3 = data->slot_spell.at(3);
+ slot3.icon = "";
+ slot3.name = "spell_create_block";
+ slot3.tile = 188;
+ slot3.type = SpellCursorType::tile;
Spell& slot9 = data->slot_spell.at(9);
slot9.icon = "";
slot9.name = "spell_clear_block";