Skip to content

Commit

Permalink
[MIRROR] Inducer fixes for Syndie and Borg (#1817)
Browse files Browse the repository at this point in the history
* Inducer fixes for Syndie and Borg (#82430)

Borg and Syndies
## About The Pull Request

The borg and syndie inducers were basically inoperable, so this just
fixes that


![image](https://github.com/tgstation/tgstation/assets/22140677/b0bc411a-ad38-456f-944b-5272e121a01f)

![image](https://github.com/tgstation/tgstation/assets/22140677/ebaab84f-36e7-4871-958b-eb47af335a3a)

Also i just noticed TG borgs have no Messenger or ability to see the
manifest???

## Why It's Good For The Game
## Changelog
:cl:Zergspower
fix: fixes Borg and Syndicate inducers not working
/:cl:

* Inducer fixes for Syndie and Borg

---------

Co-authored-by: Zergspower <[email protected]>
  • Loading branch information
2 people authored and StealsThePRs committed Apr 5, 2024
1 parent 701bfe1 commit 57b5b15
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion code/game/objects/items/inducer.dm
Original file line number Diff line number Diff line change
Expand Up @@ -203,5 +203,5 @@
icon_state = "inducer-syndi"
inhand_icon_state = "inducer-syndi"
desc = "A tool for inductively charging internal power cells. This one has a suspicious colour scheme, and seems to be rigged to transfer charge at a much faster rate."
powertransfer = 2000
powertransfer = 2 * STANDARD_CELL_CHARGE
cell_type = /obj/item/stock_parts/cell/super
1 change: 0 additions & 1 deletion code/game/objects/items/robot/robot_upgrades.dm
Original file line number Diff line number Diff line change
Expand Up @@ -642,7 +642,6 @@

/obj/item/inducer/cyborg
name = "Internal inducer"
powertransfer = 1500
icon = 'icons/obj/tools.dmi'
icon_state = "inducer-engi"
cell_type = null
Expand Down

0 comments on commit 57b5b15

Please sign in to comment.