Skip to content

Commit

Permalink
Made musket wieldable. (space-wizards#29910)
Browse files Browse the repository at this point in the history
* Made musket wieldable.

* Updated musket rsi meta.json copyright.

* Copyright adjustment again.
  • Loading branch information
jonathanargo authored and themias committed Aug 9, 2024
1 parent 2764a9a commit 621b8e1
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@

- type: entity
name: musket
parent: BaseWeaponSniper
parent: [BaseWeaponSniper, BaseGunWieldable]
id: Musket
description: This should've been in a museum long before you were born. Uses .60 anti-materiel ammo.
components:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Made by Pato Grone for SS14",
"copyright": "Made by Pato Grone for SS14, Wielded states by Jonathan Argo",
"size": {
"x": 32,
"y": 32
Expand All @@ -15,6 +15,14 @@
"name": "inhand-left",
"directions": 4
},
{
"name": "wielded-inhand-left",
"directions": 4
},
{
"name": "wielded-inhand-right",
"directions": 4
},
{
"name": "base"
}
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 621b8e1

Please sign in to comment.