Skip to content

Commit

Permalink
[MIRROR] Fixes borg climbing [MDB IGNORE] (#3529)
Browse files Browse the repository at this point in the history
* Fixes borg climbing (#84604)

## About The Pull Request

About 9 ish months ago we started scratching our heads to why borgs
suddenly couldnt do click-drag to climbable items, after finally looking
through the climbing file rather than any of the borg files I found the
culprit. tgstation/tgstation#78887

## Why It's Good For The Game

Borgs can climb again


![image](https://github.com/tgstation/tgstation/assets/22140677/a188bfa9-9347-4dc0-ae93-54a034e3dd10)


## Changelog
:cl:Zergspower

fix: fixes borgs ability to climb

* Fixes borg climbing

---------

Co-authored-by: Zergspower <[email protected]>
Co-authored-by: NovaBot13 <[email protected]>
  • Loading branch information
3 people authored and ArkStation-Bot committed Jul 5, 2024
1 parent 5220b49 commit a2eb0d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/modules/mob/living/silicon/silicon.dm
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
TRAIT_MARTIAL_ARTS_IMMUNE,
TRAIT_NOFIRE_SPREAD,
TRAIT_BRAWLING_KNOCKDOWN_BLOCKED,
TRAIT_FENCE_CLIMBER,
)

add_traits(traits_to_apply, ROUNDSTART_TRAIT)
Expand Down

0 comments on commit a2eb0d9

Please sign in to comment.