(Fix) Make paper extinguishable with fire extinguisher (#42142)
Make paper extinguishable with fire extinguisher
This commit is contained in:
parent
a2c58b6c09
commit
1aaea67fb0
|
|
@ -8,9 +8,15 @@
|
|||
- Document
|
||||
- Paper
|
||||
- type: Appearance
|
||||
- type: Reactive
|
||||
groups:
|
||||
Flammable: [ Touch ]
|
||||
Extinguish: [ Touch ]
|
||||
- type: ExtinguishableSetCollisionWake
|
||||
- type: Flammable
|
||||
fireSpread: true
|
||||
alwaysCombustible: true
|
||||
canExtinguish: true
|
||||
damage:
|
||||
types:
|
||||
Heat: 1
|
||||
|
|
|
|||
Loading…
Reference in New Issue