mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-08-23 21:26:30 +01:00
replace 0 for EMPTY_BITFIELD on atom_flags configs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user