klopfer commited on
Commit
3536fdb
1 Parent(s): 27a6c60

Update cubzh.lua

Browse files
Files changed (1) hide show
  1. cubzh.lua +2 -2
cubzh.lua CHANGED
@@ -155,7 +155,7 @@ local skills = {
155
  end)
156
  end,
157
  action_format_str = "{protagonist_name} exploded like a firecracker, with a bang!",
158
- },--[[
159
  {
160
  name = "GIVEAPPLE",
161
  description = "Give a pice of bread (or a baguette) to someone",
@@ -170,7 +170,7 @@ local skills = {
170
  dialog:create("Here is an apple for you!", npc.avatar.Head)
171
  end,
172
  action_format_str = "{protagonist_name} gave you a piece of bread!"
173
- }, --]]
174
  {
175
  name = "GIANT",
176
  description = "Double your height to become a giant for a few seconds.",
 
155
  end)
156
  end,
157
  action_format_str = "{protagonist_name} exploded like a firecracker, with a bang!",
158
+ },
159
  {
160
  name = "GIVEAPPLE",
161
  description = "Give a pice of bread (or a baguette) to someone",
 
170
  dialog:create("Here is an apple for you!", npc.avatar.Head)
171
  end,
172
  action_format_str = "{protagonist_name} gave you a piece of bread!"
173
+ },
174
  {
175
  name = "GIANT",
176
  description = "Double your height to become a giant for a few seconds.",