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
|
||||
|
||||
func InitObjects() {
|
||||
WEAPON_OLD_FAMILY_SWORD := Weapon{
|
||||
/*WEAPON_OLD_FAMILY_SWORD := Weapon{
|
||||
name: "Mjorrsword",
|
||||
atk: 10,
|
||||
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.",
|
||||
}
|
||||
}
|
||||
},
|
||||
}*/
|
||||
}
|
||||
|
||||
type Inventory struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue