replace 0 for EMPTY_BITFIELD on atom_flags configs

This commit is contained in:
spookerton
2022-10-18 09:36:40 +01:00
parent 9c1dc82109
commit bb472b4832
18 changed files with 56 additions and 55 deletions
+1 -1
View File
@@ -19,7 +19,7 @@
name = "grab"
icon = 'icons/mob/screen1.dmi'
icon_state = "reinforce"
atom_flags = 0
atom_flags = EMPTY_BITFIELD
var/obj/screen/grab/hud = null
var/mob/living/affecting = null
var/mob/living/carbon/human/assailant = null