Make Carps and Mimics clickable so they can be remover-gun'd (#2820)

This commit is contained in:
20kdc
2020-12-24 00:51:07 +00:00
committed by GitHub
parent 825d5c0604
commit 0063d30a85
2 changed files with 2 additions and 0 deletions

View File

@@ -19,6 +19,7 @@
- map: ["enum.DamageStateVisualLayers.Base"] - map: ["enum.DamageStateVisualLayers.Base"]
state: carp state: carp
sprite: Mobs/Aliens/Carps/carp_space.rsi sprite: Mobs/Aliens/Carps/carp_space.rsi
- type: Clickable
- type: Physics - type: Physics
anchored: false anchored: false
mass: 50 mass: 50

View File

@@ -23,6 +23,7 @@
- type: Icon - type: Icon
sprite: Constructible/Power/VendingMachines/cola.rsi sprite: Constructible/Power/VendingMachines/cola.rsi
state: normal state: normal
- type: Clickable
- type: Physics - type: Physics
anchored: false anchored: false
mass: 85 mass: 85