Merge pull request #11985 from Ghommie/Ghommie-cit701

Removal of backward 512 compatibility.
This commit is contained in:
kevinz000
2020-04-22 18:40:41 -07:00
committed by GitHub
248 changed files with 478 additions and 544 deletions
+1 -1
View File
@@ -169,7 +169,7 @@
max_integrity = 75
/obj/item/shield/run_block(mob/living/owner, atom/object, damage, attack_text, attack_type, armour_penetration, mob/attacker, def_zone, final_block_chance, list/block_return)
if(ismovableatom(object))
if(ismovable(object))
var/atom/movable/AM = object
if(CHECK_BITFIELD(shield_flags, SHIELD_TRANSPARENT) && (AM.pass_flags & PASSGLASS))
return BLOCK_NONE