Skip to content

Commit

Permalink
Quick Changes
Browse files Browse the repository at this point in the history
Removed some uneeded comments, removed uneeded Local info
  • Loading branch information
ElusiveCoin committed Jan 23, 2025
1 parent e8f22f6 commit c7f4a68
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 10 deletions.
5 changes: 1 addition & 4 deletions Resources/Locale/en-US/_DV/abilities/chitinid.ftl
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
action-name-chitzite = Cough Up Chitzite
action-description-chitzite = Purge the excess radiation build-up from your body, and gain a cool danger rock.
chitzite-mask = Take off your {$mask} first.
chitzite-cough = {CAPITALIZE(THE($name))} starts coughing up a hunk of Chitzite!
chitzite-cough = {CAPITALIZE(THE($name))} starts coughing up a hunk of Chitzite!
4 changes: 2 additions & 2 deletions Resources/Prototypes/_DV/Actions/types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@

- type: entity
id: ActionChitzite
name: action-name-chitzite
description: action-description-chitzite
name: Cough Up Chitzite
description: Purge the excess radiation build-up from your body, and gain a cool danger rock.
components:
- type: InstantAction
charges: 0
Expand Down
6 changes: 2 additions & 4 deletions Resources/Prototypes/_DV/Species/chitinid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
sprites:
Head: MobChitinidHead
Snout: MobHumanoidAnyMarking
Underwear: MobHumanoidAnyMarking # DeltaV
Undershirt: MobHumanoidAnyMarking # DeltaV
Underwear: MobHumanoidAnyMarking
Undershirt: MobHumanoidAnyMarking
Chest: MobChitinidTorso
HeadTop: MobHumanoidAnyMarking
HeadSide: MobHumanoidAnyMarking
Expand Down Expand Up @@ -69,14 +69,12 @@
Chest:
points: 1
required: false
# Begin DeltaV changes.
Underwear:
points: 1
required: false
Undershirt:
points: 1
required: false
# End DeltaV changes.
Legs:
points: 6
required: false
Expand Down

0 comments on commit c7f4a68

Please sign in to comment.