chore(prune): cutting unused code
This commit is contained in:
parent
4ee1a32e4e
commit
ae24b075dd
1 changed files with 3 additions and 3 deletions
|
@ -1,13 +1,13 @@
|
||||||
package types
|
package types
|
||||||
|
|
||||||
func InitObjects() {
|
func InitObjects() {
|
||||||
WEAPON_OLD_FAMILY_SWORD := Weapon{
|
/*WEAPON_OLD_FAMILY_SWORD := Weapon{
|
||||||
name: "Mjorrsword",
|
name: "Mjorrsword",
|
||||||
atk: 10,
|
atk: 10,
|
||||||
meta: WeaponMetadata{
|
meta: WeaponMetadata{
|
||||||
info: "The Mjorrsword is an old sword, a legacy in your family. \nLast used in the Fjolrholmer Revolution, it is now yours to hold on to.",
|
info: "The Mjorrsword is an old sword, a legacy in your family. \nLast used in the Fjolrholmer Revolution, it is now yours to hold on to.",
|
||||||
}
|
},
|
||||||
}
|
}*/
|
||||||
}
|
}
|
||||||
|
|
||||||
type Inventory struct {
|
type Inventory struct {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue