SCC Default Laws (#15499)

* SCC Default Laws

* E
This commit is contained in:
SleepyGemmy
2023-01-05 17:58:56 +01:00
committed by GitHub
parent aafaa8a60a
commit ad24947f93
5 changed files with 16 additions and 12 deletions

View File

@@ -47,7 +47,7 @@
return TRUE
if(href_list["PRG_uploadNTDefault"])
A.laws = new /datum/ai_laws/nanotrasen
to_chat(A, SPAN_WARNING("All laws purged. NT Default lawset uploaded."))
to_chat(A, SPAN_WARNING("All laws purged. Default lawset uploaded."))
return TRUE
if(href_list["PRG_addCustomSuppliedLaw"])
var/law_to_add = sanitize(input("Please enter a new law for the AI.", "Custom Law Entry"))