Skip to content

Commit

Permalink
NFExplosivecrafting to NFFireBomb
Browse files Browse the repository at this point in the history
  • Loading branch information
whatston3 committed Feb 25, 2025
1 parent 148e9ab commit fe0039b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
namespace Content.Server._NF.Whitelist.Components;

/// <summary>
/// Whitelist component for fire bombs to avoid tag redefinition and collisions
/// </summary>
[RegisterComponent]
public sealed partial class NFFireBombComponent : Component;
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
name: fire bomb
description: A weak, improvised incendiary device.
components:
- type: NFExplosivecrafting
- type: NFFireBomb # Frontier
- type: WeaponCaseInsertable # Frontier
- type: Sprite
sprite: Objects/Weapons/Bombs/ied.rsi
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
sprite: Objects/Weapons/Guns/Ammunition/Casings/shotgun_shell.rsi
state: base
doAfter: 1
- component: NFExplosivecrafting
- component: NFFireBomb
name: Firebomb
icon:
sprite: Objects/Weapons/Bombs/ied.rsi
Expand Down

0 comments on commit fe0039b

Please sign in to comment.