Add empty egg

This commit is contained in:
tacigar 2016-12-17 10:21:52 +09:00
parent 2231babc56
commit 5933e1e3e8
1 changed files with 5 additions and 0 deletions

View File

@ -3,6 +3,11 @@
-- https://github.com/tacigar/maidroid
------------------------------------------------------------
maidroid.register_egg("maidroid:empty_egg", {
description = "Empty Egg",
inventory_image = "maidroid_empty_egg.png",
})
maidroid.register_maidroid("maidroid:maidroid_mk1", {
hp_max = 10,
weight = 20,