Spaces:
PickMyNick
/
No application file

PickMyNick commited on
Commit
d2630a4
·
verified ·
1 Parent(s): 749fc02

lets check if giving apple works:)

Browse files
Files changed (1) hide show
  1. cubzh.lua +4 -2
cubzh.lua CHANGED
@@ -156,7 +156,7 @@ local skills = {
156
  end)
157
  end,
158
  action_format_str = "{protagonist_name} exploded like a firecracker, with a bang!",
159
- },--[[
160
  {
161
  name = "GIVEAPPLE",
162
  description = "Give a pice of bread (or a baguette) to someone",
@@ -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.",
@@ -198,6 +198,7 @@ local skills = {
198
  end,
199
  action_format_str = "{protagonist_name} decreased his height by half!"
200
  },
 
201
  {
202
  name = "BURN",
203
  description = "Makes Player be on friendly, cold, tricky fire for couple seconds!",
@@ -237,6 +238,7 @@ local skills = {
237
  end,
238
  action_format_str = "{protagonist_name} gave you a piece of bread!",
239
  },
 
240
  {
241
  name = "PET",
242
  description = "Summon a flying pet - only the robot and scientist can do this!!",
 
156
  end)
157
  end,
158
  action_format_str = "{protagonist_name} exploded like a firecracker, with a bang!",
159
+ },
160
  {
161
  name = "GIVEAPPLE",
162
  description = "Give a pice of bread (or a baguette) 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.",
 
198
  end,
199
  action_format_str = "{protagonist_name} decreased his height by half!"
200
  },
201
+ -- does not work
202
  {
203
  name = "BURN",
204
  description = "Makes Player be on friendly, cold, tricky fire for couple seconds!",
 
238
  end,
239
  action_format_str = "{protagonist_name} gave you a piece of bread!",
240
  },
241
+ -- does not work
242
  {
243
  name = "PET",
244
  description = "Summon a flying pet - only the robot and scientist can do this!!",