- [FIX] No funcionaba el llevar un objecte de l'inventari
- [NEW] Afegits més objectes
This commit is contained in:
BIN
data/objects.gif
BIN
data/objects.gif
Binary file not shown.
|
Before Width: | Height: | Size: 788 B After Width: | Height: | Size: 900 B |
@@ -10,7 +10,7 @@ objects={
|
|||||||
|
|
||||||
leave=function(name)
|
leave=function(name)
|
||||||
for i,obj in ipairs(objects.list) do
|
for i,obj in ipairs(objects.list) do
|
||||||
if object[obj].name and object[obj].name==name then
|
if obj==name then
|
||||||
table.remove(objects.list,i)
|
table.remove(objects.list,i)
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
@@ -35,5 +35,7 @@ objects={
|
|||||||
|
|
||||||
object={
|
object={
|
||||||
diskito_knunk={name="DISQUITO DE KNUNK",x=0,y=0},
|
diskito_knunk={name="DISQUITO DE KNUNK",x=0,y=0},
|
||||||
diskito_usufondo={name="DISQUITO DE USUFONDO",x=16,y=0}
|
diskito_usufondo={name="DISQUITO DE USUFONDO",x=16,y=0},
|
||||||
|
moneda={name="MONEDA",x=32,y=0},
|
||||||
|
apuntes={name="APUNTES",x=48,y=0},
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user