lyrix/assets/mods/NewSwordMod.lad
2021-12-09 12:33:32 -06:00

5 lines
165 B
Plaintext

register_mod("NewSwordMod", "A simple mod to add a new sword");
register_weapon("sword", 0, 0);
register_object("hi");
print("hello there");
instance("sword", 1, 2);