mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Fixes a bug with allowmodification verb
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user