if(src.key=="GM1"||src.key=="GM2"||src.key=="GM3"||)
usr.verbs += typesof(/mob/verb/GM)
I put:
if(src.key=="GM1"||src.key=="GM2"||"GM3")
usr.verbs += typesof(/mob/verb/GM)
And now people have GM verbs until updates. What I want to know is if this would 'cause what we call the "GM Bug" or would it be something else?
Remove GM verbs and add them again IF they are GMs.