make stat modifications actually work

This commit is contained in:
Kistaro Windrider 2025-01-26 13:14:59 -08:00
parent eed7b6af87
commit 2cebea663f
Signed by: kistaro
SSH Key Fingerprint: SHA256:TBE2ynfmJqsAf0CP6gsflA0q5X5wD5fVKWPsZ7eVUg8

View File

@ -703,7 +703,7 @@ end
-- stat modifications do not -- stat modifications do not
-- damage base data -- damage base data
function gun_base:peel() function gun_base:peel()
self.munition = self.munition.new() self.munition = mknew(self.munition.new())
end end
-- default firing behavior: -- default firing behavior: