Skip to content

Commit

Permalink
Fixes explosive implants (#6886)
Browse files Browse the repository at this point in the history
# About the pull request
Closes #6873 
<!-- Remove this text and explain what the purpose of your PR is.

Mention if you have tested your changes. If you changed a map, make sure
you used the mapmerge tool.
If this is an Issue Correction, you can type "Fixes Issue #169420" to
link the PR to the corresponding Issue number #169420.

Remember: something that is self-evident to you might not be to others.
Explain your rationale fully, even if you feel it goes without saying.
-->

# Explain why it's good for the game
Fix bugs
Better game
???
Profit
# Testing Photographs and Procedure
<details>
<summary>Screenshots & Videos</summary>

Put screenshots and videos here with an empty line between the
screenshots and the `<details>` tags.

</details>


# Changelog
:cl:
fix: Fixed explosive implant not triggering when hearing the code-word.
/:cl:
  • Loading branch information
Git-Nivrak committed Aug 7, 2024
1 parent 9fe5213 commit 85af356
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/game/objects/items/implants/implant.dm
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ Implant Specifics:<BR>"}
var/elevel = "Localized Limb"
var/phrase = "supercalifragilisticexpialidocious"
icon_state = "implant_evil"
flags_atom = USES_HEARING

/obj/item/implant/explosive/get_data()
var/dat = {"
Expand Down

0 comments on commit 85af356

Please sign in to comment.