mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 19:52:40 +00:00
Fixes a bug with allowmodification verb
This commit is contained in:
@@ -442,7 +442,7 @@
|
|||||||
/mob/living/silicon/pai/verb/allowmodification()
|
/mob/living/silicon/pai/verb/allowmodification()
|
||||||
set name = "Change Access Modifcation Permission"
|
set name = "Change Access Modifcation Permission"
|
||||||
set category = "pAI Commands"
|
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)
|
if(idaccessible == 0)
|
||||||
idaccessible = 1
|
idaccessible = 1
|
||||||
|
|||||||
Reference in New Issue
Block a user