Skip to content

Commit

Permalink
fix cowelding tool (#5550)
Browse files Browse the repository at this point in the history
  • Loading branch information
ElectroJr authored Nov 26, 2021
1 parent 5f02dae commit 522cb3c
Showing 1 changed file with 2 additions and 22 deletions.
24 changes: 2 additions & 22 deletions Resources/Prototypes/Entities/Objects/Tools/cowtools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@

- type: entity
name: cowelding tool
parent: BaseItem
parent: Welder
id: Cowelder
description: "Melts anything as long as it's fueled, don't forget your eye protection! Moo!"
components:
Expand All @@ -126,28 +126,8 @@
size: 10
sprite: Objects/Tools/Cowtools/cowelder.rsi
HeldPrefix: off
- type: ItemCooldown
- type: MeleeWeapon
damage:
types:
Blunt: 10
- type: ItemStatus
- type: SolutionContainerManager
solutions:
welder:
maxVol: 50
reagents:
- ReagentId: WeldingFuel
Quantity: 100
- type: RefillableSolution
solution: welder
- type: Welder
weldSoundCollection: Welder
- type: Tool
speed: 0.05
- type: PointLight
enabled: false
radius: 1.5
color: orange

- type: entity
name: milkalyzer
Expand Down

0 comments on commit 522cb3c

Please sign in to comment.