Cleanup the remainder of dragon (#8881)
* Cleanup the remainder of dragon - Fixed some of the niscellaneous changes made to yml - Made devour use a whitelist - Fixed spelling * name fix * a
This commit is contained in:
@@ -96,8 +96,8 @@
|
||||
- Wall
|
||||
spawnAction:
|
||||
event: !type:DragonSpawnActionEvent
|
||||
icon: Interface/Actions/carpbirth.png
|
||||
name: action-name-carp-birth
|
||||
description: action-description-carp-birth
|
||||
icon: Interface/Actions/carp_summon.png
|
||||
name: action-name-carp-summon
|
||||
description: action-description-carp-summon
|
||||
useDelay: 5
|
||||
|
||||
|
||||
@@ -371,7 +371,7 @@
|
||||
name: Sashimi
|
||||
parent: FoodMealBase
|
||||
id: FoodMealSashimi
|
||||
description: It's taste can only be described as "Exotic". The poisoning though? That's pretty common.
|
||||
description: Its taste can only be described as "Exotic". The poisoning though? That's pretty common.
|
||||
components:
|
||||
- type: Sprite
|
||||
state: sashimi
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
name: trash bag
|
||||
id: TrashBag
|
||||
parent: BaseStorageItem
|
||||
description: The solution to space pollution. Rubbish removal revolution.
|
||||
components:
|
||||
- type: Sprite
|
||||
netSync: false
|
||||
|
||||
@@ -8,9 +8,6 @@
|
||||
alarmedBy:
|
||||
- FireAlarm
|
||||
- AirAlarm
|
||||
- type: Tag
|
||||
tags:
|
||||
- RCDDeconstructWhitelist
|
||||
- type: ApcPowerReceiver
|
||||
- type: ExtensionCableReceiver
|
||||
- type: DeviceNetwork
|
||||
|
||||
@@ -96,6 +96,7 @@
|
||||
components:
|
||||
- type: Tag
|
||||
tags:
|
||||
- RCDDeconstructWhitelist
|
||||
- Wall
|
||||
- type: Sprite
|
||||
sprite: Structures/Walls/cult.rsi
|
||||
@@ -335,9 +336,6 @@
|
||||
id: WallReinforced
|
||||
name: reinforced wall
|
||||
components:
|
||||
- type: Tag
|
||||
tags:
|
||||
- Wall
|
||||
- type: Sprite
|
||||
sprite: Structures/Walls/solid.rsi
|
||||
- type: Icon
|
||||
|
||||
Reference in New Issue
Block a user