Use the correct partial for weapons

This commit is contained in:
Justin Edmund 2020-09-18 07:15:55 -07:00
parent 35551be964
commit 39490461bd

View file

@ -1,4 +1,7 @@
attributes :id,
:mainhand,
:position,
:weapon
:position
node :weapon do |w|
partial("weapons/base", :object => w.weapon)
end