mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-18 19:44:58 +01:00
[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?).  ## 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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user