[MIRROR] Fixes some atoms conduct electricity flag (#27728)

* Fixes some atoms conduct electricity flag (#83230)

## About The Pull Request
Fixes: https://github.com/tgstation/tgstation/issues/83229
I think this code was done this way by a little mistake, and a metal
sword should conduct electricity anyway (right?).

![Gif](https://c.tenor.com/4quSMOaGcKkAAAAd/tenor.gif)
## Why It's Good For The Game
its a fix
## Changelog
🆑 Rengan
fix: Officers sabre and grilles now conducts electricity as it should.
/🆑

* Fixes some atoms conduct electricity flag

---------

Co-authored-by: RengaN02 <60517664+RengaN02@users.noreply.github.com>
This commit is contained in:
SkyratBot
2024-05-18 01:15:10 +02:00
committed by GitHub
parent aa84e65cdd
commit 2fd2ee883f
2 changed files with 2 additions and 4 deletions
+1 -2
View File
@@ -10,8 +10,7 @@
density = TRUE
anchored = TRUE
pass_flags_self = PASSGRILLE | PASSWINDOW
obj_flags = CONDUCTS_ELECTRICITY
obj_flags = CAN_BE_HIT | IGNORE_DENSITY
obj_flags = CONDUCTS_ELECTRICITY | CAN_BE_HIT | IGNORE_DENSITY
pressure_resistance = 5*ONE_ATMOSPHERE
armor_type = /datum/armor/structure_grille
max_integrity = 50