mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-07-20 12:44:04 +01:00
Merge pull request #11938 from Heroman3003/lawfix
Fixes bad 0th law in rare lost drone case
This commit is contained in:
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)
|
||||
|
||||
Reference in New Issue
Block a user