some securiby contra fixes (#31956)
* some contra fixes * whistles change
This commit is contained in:
@@ -42,7 +42,7 @@
|
||||
distance: 5
|
||||
|
||||
- type: entity
|
||||
parent: BaseWhistle
|
||||
parent: [BaseWhistle, BaseMinorContraband]
|
||||
id: SyndicateWhistle
|
||||
name: trench whistle
|
||||
description: A whistle used by Syndicate commanders to draw attention. Avanti!
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
name: handcuffs
|
||||
description: Used to detain criminals and other assholes.
|
||||
id: Handcuffs
|
||||
parent: [BaseItem, BaseRestrictedContraband]
|
||||
parent: [BaseItem, BaseSecurityCommandContraband]
|
||||
components:
|
||||
- type: Item
|
||||
size: Small
|
||||
|
||||
@@ -76,7 +76,7 @@
|
||||
|
||||
- type: entity
|
||||
name: seclite
|
||||
parent: FlashlightLantern
|
||||
parent: [FlashlightLantern, BaseRestrictedContraband]
|
||||
id: FlashlightSeclite
|
||||
description: A robust flashlight used by security.
|
||||
components:
|
||||
|
||||
Reference in New Issue
Block a user