mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-16 21:17:39 +03:00
some securiby contra fixes (#31956)
* some contra fixes * whistles change (cherry picked from commit c7b989598f59bb32130ef98746793927f5a3f1aa)
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
|
||||
|
||||
@@ -92,7 +92,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