Skip to content

Commit

Permalink
fixes undroppable wrist blades (#7159)
Browse files Browse the repository at this point in the history
# About the pull request
fixes #6640
adds trait DELONDROP to wristblades 
<!-- 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
# 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: Pred wristblades now del on drop
/:cl:
  • Loading branch information
deathrobotpunch committed Sep 16, 2024
1 parent 2d050e3 commit f89fe16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/cm_preds/yaut_weapons.dm
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
w_class = SIZE_HUGE
edge = TRUE
sharp = IS_SHARP_ITEM_ACCURATE
flags_item = NOSHIELD|NODROP|ITEM_PREDATOR
flags_item = NOSHIELD|NODROP|DELONDROP|ITEM_PREDATOR
flags_equip_slot = NO_FLAGS
hitsound = 'sound/weapons/wristblades_hit.ogg'
attack_speed = 6
Expand Down

0 comments on commit f89fe16

Please sign in to comment.