Merge pull request #11938 from Heroman3003/lawfix

Fixes bad 0th law in rare lost drone case
This commit is contained in:
Aronai Sieyes
2021-12-02 01:43:13 -05:00
committed by Chompstation Bot
parent 5043070c9d
commit 7fd5500f16
@@ -85,7 +85,7 @@
return laws
if(3)
var/datum/ai_laws/laws = new /datum/ai_laws/pleasurebot()
laws.set_zeroth_law(10, "Your definition and approximation of 'pleasure' matters more than anyone else's.")
laws.set_zeroth_law("Your definition and approximation of 'pleasure' matters more than anyone else's.")
return laws
if("corrupted" || "bad") // Same thing in our case
var/rng = rand(1,2)