Skip to content

Commit

Permalink
[MIRROR] cyborgs know door, APC, and other wires (not cyborg wires) (#…
Browse files Browse the repository at this point in the history
…1973)

* cyborgs know door, APC, and other wires (not cyborg wires) (#82477)

## About The Pull Request

This gives cyborgs a trait at roundstart that makes them know the wires
around the station, just like engineers.
## Why It's Good For The Game

Cyborgs should know the wires just as well as the engineers; simple as
that.
## Changelog

Cyborgs know which door wires they're looking at now.
:cl: Bisar
qol: Cyborgs now understand door and APC wires at a glance, among others
/:cl:

* cyborgs know door, APC, and other wires (not cyborg wires)

---------

Co-authored-by: Joshua Kidder <[email protected]>
  • Loading branch information
2 people authored and StealsThePRs committed Apr 14, 2024
1 parent d4a333c commit 0b90273
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/living/silicon/robot/robot.dm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
spark_system.set_up(5, 0, src)
spark_system.attach(src)

add_traits(list(TRAIT_CAN_STRIP, TRAIT_FORCED_STANDING), INNATE_TRAIT)
add_traits(list(TRAIT_CAN_STRIP, TRAIT_FORCED_STANDING, TRAIT_KNOW_ENGI_WIRES), INNATE_TRAIT)
AddComponent(/datum/component/tippable, \
tip_time = 3 SECONDS, \
untip_time = 2 SECONDS, \
Expand Down

0 comments on commit 0b90273

Please sign in to comment.