NT to GT - comments

- added GS13 comments to wherever NT was changed into GT
This commit is contained in:
evilew
2024-11-21 21:45:25 +01:00
parent 94355ba15e
commit 4518a0b016
33 changed files with 48 additions and 48 deletions
+1 -1
View File
@@ -362,7 +362,7 @@ AI MODULES
/obj/item/ai_module/core/full/asimov
name = "'Asimov' Core AI Module"
law_id = "asimov"
var/subject = "person of an GT approved crew species" //CITADEL CHANGED FROM HUMANS!
var/subject = "person of an GT approved crew species" //CITADEL CHANGED FROM HUMANS! //GS13 - NT to GT
/obj/item/ai_module/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)