Fixes a bug with allowmodification verb

This commit is contained in:
Cameron653
2017-11-20 20:51:27 -05:00
committed by GitHub
parent c6e453ac80
commit ce87bc349c

View File

@@ -442,7 +442,7 @@
/mob/living/silicon/pai/verb/allowmodification()
set name = "Change Access Modifcation Permission"
set category = "pAI Commands"
desc = "Allows people to modify your access or block people from modifying your access."
set desc = "Allows people to modify your access or block people from modifying your access."
if(idaccessible == 0)
idaccessible = 1