Skip to content

Commit

Permalink
fix weird duplicates of things
Browse files Browse the repository at this point in the history
  • Loading branch information
DEATHB4DEFEAT committed Jan 16, 2024
1 parent 76345d5 commit eaebc7b
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 38 deletions.
11 changes: 0 additions & 11 deletions Content.Server/Chat/Systems/ChatSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -744,17 +744,6 @@ public string TransformSpeech(EntityUid sender, string message)

return ev.Message;
}

public bool CheckIgnoreSpeechBlocker(EntityUid sender, bool ignoreBlocker)
{
if (ignoreBlocker)
return ignoreBlocker;

var ev = new CheckIgnoreSpeechBlockerEvent(sender, ignoreBlocker);
RaiseLocalEvent(sender, ev, true);

return ev.IgnoreBlocker;
}

public bool CheckIgnoreSpeechBlocker(EntityUid sender, bool ignoreBlocker)
{
Expand Down
8 changes: 0 additions & 8 deletions Resources/Prototypes/Damage/containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,6 @@
- Heat
- Shock

- type: damageContainer
id: Silicon
supportedGroups:
- Brute
supportedTypes:
- Heat
- Shock

- type: damageContainer
id: Shield
supportedGroups:
Expand Down
13 changes: 0 additions & 13 deletions Resources/Prototypes/Entities/Objects/Misc/paper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -261,19 +261,6 @@

#TODO: I want the luxury pen to write a cool font like Merriweather in the future.

- type: entity
name: luxury pen
parent: Pen
id: LuxuryPen
description: A fancy and expensive pen that you only deserve to own if you're qualified to handle vast amounts of paperwork.
components:
- type: Sprite
state: luxury_pen
- type: Item
heldPrefix: luxury_pen

#TODO: I want the luxury pen to write a cool font like Merriweather in the future.

- type: entity
name: luxury pen
parent: Pen
Expand Down
6 changes: 0 additions & 6 deletions Resources/Prototypes/Entities/Objects/Weapons/Melee/knife.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,12 +98,6 @@
damage:
types:
Slash: 10
- type: EmbeddableProjectile
sound: /Audio/Weapons/star_hit.ogg
- type: DamageOtherOnHit
damage:
types:
Slash: 10
- type: Item
size: 10
sprite: Objects/Weapons/Melee/combat_knife.rsi
Expand Down

0 comments on commit eaebc7b

Please sign in to comment.