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

@@ -3,7 +3,7 @@
- type: Tag - type: Tag
id: AirAlarmElectronics id: AirAlarmElectronics
- type: Tag - type: Tag
id: Airlock id: Airlock
@@ -234,6 +234,9 @@
- type: Tag - type: Tag
id: CanPilot id: CanPilot
- type: Tag
id: CannonRestrict
- type: Tag - type: Tag
id: CannotSuicide id: CannotSuicide
@@ -493,7 +496,7 @@
- type: Tag - type: Tag
id: GeigerCounter id: GeigerCounter
- type: Tag - type: Tag
id: GlassAirlock id: GlassAirlock
@@ -562,7 +565,7 @@
- type: Tag - type: Tag
id: HighRiskItem id: HighRiskItem
- type: Tag - type: Tag
id: HighSecDoor id: HighSecDoor