Skip to content

Commit f687234

Browse files
fix: VandalImp tossed item only affects players and damage bumped [MTT-4762] (#743)
* VandalImp tossed item only affects players and damage bumped Co-authored-by: Sam Bellomo <71790295+SamuelBellomo@users.noreply.github.com>
1 parent 3521beb commit f687234

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Assets/Prefabs/Game/ImpTossedItem.prefab

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,13 +155,13 @@ MonoBehaviour:
155155
m_Script: {fileID: 11500000, guid: 8bff02995bf9984488cdd9c4cda2c328, type: 3}
156156
m_Name:
157157
m_EditorClassIdentifier:
158-
m_DamagePoints: 1
158+
m_DamagePoints: 150
159159
m_HitRadius: 5
160160
m_KnockbackSpeed: 4.2
161161
m_KnockbackDuration: 0.4
162162
m_LayerMask:
163163
serializedVersion: 2
164-
m_Bits: 72
164+
m_Bits: 8
165165
m_DetonateAfterSeconds: 5
166166
m_DestroyAfterSeconds: 6
167167
detonatedCallback:

0 commit comments

Comments
 (0)