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 - type: Tag
tags: tags:
- Arrow - Arrow
- CannonRestrict
- type: Projectile - type: Projectile
deleteOnCollide: false deleteOnCollide: false
onlyCollideWhenShot: true onlyCollideWhenShot: true

View File

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

View File

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