Fix drinking glasses not breaking when thrown.
Related: #4665 This is not a proper fix, this just makes it ignore resistances for now, when being damaged.
This commit is contained in:
4
Resources/Changelog/Parts/glass.txt
Normal file
4
Resources/Changelog/Parts/glass.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
author: Zumorica
|
||||
changes:
|
||||
- type: Fix # One of the following: Add, Remove, Tweak, Fix
|
||||
message: Fixes drinking glasses not breaking when thrown.
|
||||
@@ -50,6 +50,7 @@
|
||||
- !type:DoActsBehavior
|
||||
acts: [ "Destruction" ]
|
||||
- type: DamageOnLand
|
||||
ignoreResistances: true
|
||||
damage:
|
||||
types:
|
||||
Blunt: 5
|
||||
|
||||
Reference in New Issue
Block a user