mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 05:30:05 +01:00
[MIRROR] Fixes grounding rods (#28773)
* Fixes grounding rods (#84839) ## About The Pull Request Grounding rods didn't have a circuit properly defined. This meant that mapped-in grounding rods (and presumably admin spawned ones) could not be upgraded and did not yield any parts or a circuit board when deconstructed. Now they do have a circuit defined. Fixes #84588 ## Changelog 🆑 fix: Mapped in grounding rods can be upgraded again (not that upgraded parts do anything for it) and don't disappear when deconstructed anymore. /🆑 * Fixes grounding rods --------- Co-authored-by: GPeckman <21979502+GPeckman@users.noreply.github.com>
This commit is contained in:
@@ -129,6 +129,8 @@
|
||||
density = TRUE
|
||||
wants_powernet = FALSE
|
||||
|
||||
circuit = /obj/item/circuitboard/machine/grounding_rod
|
||||
|
||||
can_buckle = TRUE
|
||||
buckle_lying = 0
|
||||
buckle_requires_restraints = TRUE
|
||||
|
||||
Reference in New Issue
Block a user