mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 12:41:09 +01:00
[MIRROR] Updates examine text for Nukie & ERT defibs [MDB IGNORE] (#25096)
* 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 🆑 spellcheck: Nukie and ERT defibrillators now reference combat mode instead of intents. /🆑 * Updates examine text for Nukie & ERT defibs --------- Co-authored-by: Da Cool Boss <142358580+DaCoolBoss@users.noreply.github.com>
This commit is contained in:
co-authored by
Da Cool Boss
parent
5622ced38c
commit
8ef8e02f72
@@ -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"
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user