Watchdogs (#5475)
This commit is contained in:
parent
de4c36b4a9
commit
e83fabe577
|
|
@ -66,7 +66,7 @@
|
|||
sprite: Objects/Specific/Medical/implanter.rsi
|
||||
state: implanter0
|
||||
product: CrateWatchdogImplants
|
||||
cost: 18000
|
||||
cost: 9000
|
||||
category: Armory
|
||||
group: market
|
||||
|
||||
|
|
|
|||
|
|
@ -31,12 +31,14 @@
|
|||
id: WatchdogImplant
|
||||
categories: [ HideSpawnMenu ]
|
||||
name: watchdog implant
|
||||
description: This implant transmits a message on the security channel in case the user goes into critical state.
|
||||
description: This implant transmits a message on the security channel in case the user goes into critical state or if they die.
|
||||
components:
|
||||
- type: TriggerOnMobstateChange
|
||||
mobState:
|
||||
- Critical
|
||||
- Dead
|
||||
- type: RattleOnTrigger
|
||||
targetUser: true
|
||||
radioChannel: Security
|
||||
|
||||
- type: entity
|
||||
|
|
|
|||
Loading…
Reference in New Issue