Skip to content

Commit f39d061

Browse files
committed
Fix stone bag throwing stone bags
Added stone and stone bag to bombs - grenades group
1 parent 5a25822 commit f39d061

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Data/Ronin.rte/Devices/Misc/Stone/Stone.ini

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ AddDevice = ThrownDevice
66
PresetName = Stone
77
Description = Throwable stone. This is the cheapest weapon in the Ronin arsenal, yet very effective because of its long range. The stone can be picked up after throwing for another go in case it didn't break.
88
AddToGroup = Bombs
9+
AddToGroup = Bombs - Grenades
910
Mass = 1.5
1011
RestThreshold = -500
1112
HitsMOs = 1
@@ -99,6 +100,7 @@ AddDevice = ThrownDevice
99100
PresetName = Stone Bag
100101
Description = A handful of throwable stones. These are the cheapest weapon in the Ronin arsenal, but surprisingly effective because of their long range. Stones can be picked up after throwing, if they didn't break on impact.
101102
AddToGroup = Bombs
103+
AddToGroup = Bombs - Grenades
102104
Mass = 8
103105
RestThreshold = -500
104106
HitsMOs = 1
@@ -115,7 +117,7 @@ AddDevice = ThrownDevice
115117
AddCustomValue = NumberValue
116118
BandolierMass = 0.5
117119
AddCustomValue = NumberValue
118-
IsThrownDevice = 1
120+
GrenadeIsThrownDevice = 1
119121
SpriteFile = ContentFile
120122
FilePath = Ronin.rte/Devices/Misc/Stone/Stone.png
121123
IconFile = ContentFile

0 commit comments

Comments
 (0)