Add empty flashlight (#13257)
resolves https://github.com/space-wizards/space-station-14/issues/12631
This commit is contained in:
@@ -116,3 +116,13 @@
|
|||||||
- type: PointLight
|
- type: PointLight
|
||||||
enabled: false
|
enabled: false
|
||||||
radius: 6
|
radius: 6
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: FlashlightLantern
|
||||||
|
id: EmptyFlashlightLantern
|
||||||
|
suffix: Empty
|
||||||
|
components:
|
||||||
|
- type: ItemSlots
|
||||||
|
slots:
|
||||||
|
cell_slot:
|
||||||
|
name: power-cell-slot-component-slot-name-default
|
||||||
|
|||||||
@@ -37,7 +37,7 @@
|
|||||||
icon:
|
icon:
|
||||||
sprite: Objects/Tools/flashlight.rsi
|
sprite: Objects/Tools/flashlight.rsi
|
||||||
state: flashlight
|
state: flashlight
|
||||||
result: FlashlightLantern
|
result: EmptyFlashlightLantern
|
||||||
completetime: 2
|
completetime: 2
|
||||||
materials:
|
materials:
|
||||||
Steel: 100
|
Steel: 100
|
||||||
|
|||||||
Reference in New Issue
Block a user