Merge pull request #8280 from Citadel-Station-13/kevinz000-patch-43

ASIMOV: human being --> "person of a NT approved crew species"
This commit is contained in:
deathride58
2019-05-07 02:19:28 -04:00
committed by GitHub
+1 -1
View File
@@ -362,7 +362,7 @@ AI MODULES
/obj/item/aiModule/core/full/asimov
name = "'Asimov' Core AI Module"
law_id = "asimov"
var/subject = "human being"
var/subject = "person of an NT approved crew species" //CITADEL CHANGED FROM HUMANS!
/obj/item/aiModule/core/full/asimov/attack_self(var/mob/user as mob)
var/targName = stripped_input(user, "Please enter a new subject that asimov is concerned with.", "Asimov to whom?", subject)