Improves the smoking experience (#8089)
Co-authored-by: ike709 <ike709@github.com>
This commit is contained in:
@@ -4,7 +4,7 @@ welder-component-no-fuel-message = The welder has no fuel left!
|
||||
welder-component-no-fuel-in-tank = {$owner} is empty
|
||||
welder-component-on-examine-welder-lit-message = [color=orange]Lit[/color]
|
||||
welder-component-on-examine-welder-not-lit-message = Not lit
|
||||
welder-component-on-examine-detailed-message = Fuel: [color={$colorName}]{$fuelLeft}/{$fuelCapacity}[/color].
|
||||
welder-component-on-examine-detailed-message = Fuel: [color={$colorName}]{$fuelLeft}/{$fuelCapacity}[/color]. {$status}
|
||||
welder-component-suicide-lit-others-message = {$victim} welds their every orifice closed! It looks like they are trying to commit suicide!
|
||||
welder-component-suicide-lit-message = You weld your every orifice closed!
|
||||
welder-component-suicide-unlit-others-message = {$victim} bashes themselves with the unlit welding torch!
|
||||
|
||||
@@ -21,7 +21,9 @@
|
||||
sprite: Objects/Tools/lighters.rsi
|
||||
layers:
|
||||
- state: icon_map
|
||||
map: ["enum.WelderLayers.Base"]
|
||||
- state: lighter_flame
|
||||
map: ["enum.WelderLayers.Flame"]
|
||||
shader: unshaded
|
||||
visible: false
|
||||
- state: basic_icon_top
|
||||
@@ -58,6 +60,7 @@
|
||||
enabled: false
|
||||
radius: 1.1 #smallest possible
|
||||
color: orange
|
||||
- type: Appearance
|
||||
|
||||
|
||||
- type: entity
|
||||
@@ -80,7 +83,9 @@
|
||||
sprite: Objects/Tools/lighters.rsi
|
||||
layers:
|
||||
- state: icon_map
|
||||
map: ["enum.WelderLayers.Base"]
|
||||
- state: lighter_flame
|
||||
map: ["enum.WelderLayers.Flame"]
|
||||
shader: unshaded
|
||||
visible: false
|
||||
- state: cheap_icon_top
|
||||
|
||||
Reference in New Issue
Block a user