Fixed some unintended salvage changes. (#36013)
* Fixed some unintended salvage changes. * Update Resources/Prototypes/Entities/Objects/Tools/handheld_mass_scanner.yml Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com> --------- Co-authored-by: RedBookcase <Usualmoves@gmail.com> Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com>
This commit is contained in:
@@ -5,7 +5,6 @@
|
||||
description: A hand-held mass scanner.
|
||||
components:
|
||||
- type: Item
|
||||
size: Normal
|
||||
sprite: Objects/Tools/handheld_mass_scanner.rsi
|
||||
- type: Sprite
|
||||
sprite: Objects/Tools/handheld_mass_scanner.rsi
|
||||
|
||||
@@ -114,7 +114,7 @@
|
||||
|
||||
- type: entity
|
||||
name: survival knife
|
||||
parent: [CombatKnife, BaseSecurityCargoContraband]
|
||||
parent: [BaseSecurityCargoContraband, CombatKnife]
|
||||
id: SurvivalKnife
|
||||
description: Weapon of first and last resort for combatting space carp.
|
||||
components:
|
||||
@@ -129,7 +129,7 @@
|
||||
|
||||
- type: entity
|
||||
name: kukri knife
|
||||
parent: [CombatKnife, BaseSecurityCargoContraband]
|
||||
parent: [BaseSecurityCargoContraband, CombatKnife]
|
||||
id: KukriKnife
|
||||
description: Professionals have standards. Be polite. Be efficient. Have a plan to kill everyone you meet.
|
||||
components:
|
||||
|
||||
Reference in New Issue
Block a user