Skip to content

Commit

Permalink
[MIRROR] Updates examine text for Nukie & ERT defibs [MDB IGNORE] (#2…
Browse files Browse the repository at this point in the history
…5096)

* Updates examine text for Nukie & ERT defibs (#79806)

## About The Pull Request
Description of these two items tells you how to attack people with them,
but it's outdated and tells you to use disarm or aggressive intent.
Since those aren't part of the game any more, I changed it so it tells
you to use combat mode instead.
Also a minor rewording both to stop the word 'combat' being used twice
in quick succession to mean different things (looks awkward), and to
make it technically more correct (old description implies you need
combat mode on to revive someone in the middle of a fight)
## Why It's Good For The Game
Intents aren't in the game so mini tutorials like this shouldn't refer
to them.
## Changelog
:cl:
spellcheck: Nukie and ERT defibrillators now reference combat mode
instead of intents.
/:cl:

* Updates examine text for Nukie & ERT defibs

---------

Co-authored-by: Da Cool Boss <[email protected]>
  • Loading branch information
2 people authored and FFMirrorBot committed Nov 19, 2023
1 parent d324d84 commit 21c8e1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/game/objects/items/defib.dm
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@

/obj/item/defibrillator/compact/combat
name = "combat defibrillator"
desc = "A belt-equipped blood-red defibrillator. Can revive through thick clothing, has an experimental self-recharging battery, and can be utilized in combat via applying the paddles in a disarming or aggressive manner."
desc = "A belt-equipped blood-red defibrillator. Can revive through thick clothing, has an experimental self-recharging battery, and can be utilized as a weapon via applying the paddles while in a combat stance."
icon_state = "defibcombat" //needs defib inhand sprites
inhand_icon_state = null
worn_icon_state = "defibcombat"
Expand All @@ -322,7 +322,7 @@

/obj/item/defibrillator/compact/combat/loaded/nanotrasen
name = "elite Nanotrasen defibrillator"
desc = "A belt-equipped state-of-the-art defibrillator. Can revive through thick clothing, has an experimental self-recharging battery, and can be utilized in combat via applying the paddles in a disarming or aggressive manner."
desc = "A belt-equipped state-of-the-art defibrillator. Can revive through thick clothing, has an experimental self-recharging battery, and can be utilized as a weapon via applying the paddles while in a combat stance."
icon_state = "defibnt" //needs defib inhand sprites
inhand_icon_state = null
worn_icon_state = "defibnt"
Expand Down

0 comments on commit 21c8e1d

Please sign in to comment.