Make it a lil easier to restrict what can go in a cannon (#21093)

This commit is contained in:
Vasilis
2023-10-24 10:35:39 +02:00
committed by GitHub
parent c09633fae3
commit 41a9b88680
3 changed files with 8 additions and 4 deletions

View File

@@ -35,6 +35,7 @@
- type: Tag
tags:
- Arrow
- CannonRestrict
- type: Projectile
deleteOnCollide: false
onlyCollideWhenShot: true

View File

@@ -35,7 +35,7 @@
capacity: 30
blacklist:
tags:
- Arrow
- CannonRestrict
- type: Appearance
- type: ItemMapper
containerWhitelist: [gas_tank]

View File

@@ -235,6 +235,9 @@
- type: Tag
id: CanPilot
- type: Tag
id: CannonRestrict
- type: Tag
id: CannotSuicide