Update cubzh.lua
Browse files
cubzh.lua
CHANGED
|
@@ -171,7 +171,7 @@ local skills = {
|
|
| 171 |
dialog:create("Here is an apple for you!", npc.avatar.Head)
|
| 172 |
end,
|
| 173 |
action_format_str = "{protagonist_name} gave you a piece of bread!"
|
| 174 |
-
},
|
| 175 |
{
|
| 176 |
name = "GIANT",
|
| 177 |
description = "Double your height to become a giant for a few seconds.",
|
|
@@ -184,7 +184,7 @@ local skills = {
|
|
| 184 |
dialog:create("I am taller than you now!", npc.avatar.Head)
|
| 185 |
end,
|
| 186 |
action_format_str = "{protagonist_name} doubled his height!"
|
| 187 |
-
}
|
| 188 |
{
|
| 189 |
name = "GIVEHAT",
|
| 190 |
description = "Give a party hat to someone",
|
|
|
|
| 171 |
dialog:create("Here is an apple for you!", npc.avatar.Head)
|
| 172 |
end,
|
| 173 |
action_format_str = "{protagonist_name} gave you a piece of bread!"
|
| 174 |
+
}, --]]
|
| 175 |
{
|
| 176 |
name = "GIANT",
|
| 177 |
description = "Double your height to become a giant for a few seconds.",
|
|
|
|
| 184 |
dialog:create("I am taller than you now!", npc.avatar.Head)
|
| 185 |
end,
|
| 186 |
action_format_str = "{protagonist_name} doubled his height!"
|
| 187 |
+
},
|
| 188 |
{
|
| 189 |
name = "GIVEHAT",
|
| 190 |
description = "Give a party hat to someone",
|