Skip to content

Commit

Permalink
Merge pull request #933 from GunHog/AI_has_feelings_AI_Malf
Browse files Browse the repository at this point in the history
Adds missing AI expressions!
  • Loading branch information
RemieRichards committed Aug 12, 2014
2 parents 2944663 + 6c9e68e commit 4551773
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/living/silicon/ai/ai.dm
Expand Up @@ -728,7 +728,7 @@ var/list/ai_list = list()
if(usr.stat == 2)
usr <<"You cannot change your emotional status because you are dead!"
return
var/list/ai_emotions = list("Very Happy", "Happy", "Neutral", "Unsure", "Confused", "Sad", "BSOD", "Blank", "Problems?", "Awesome", "Facepalm", "Friend Computer", "Dorfy", "Blue Glow", "Red Glow")
var/list/ai_emotions = list("Very Happy", "Happy", "Neutral", "Unsure", "Confused", "Sad", "BSOD", "Blank", "Problems?", "Awesome", "Facepalm", "Friend Computer", "Dorfy", "Blue Glow", "Red Glow","Little Happy","Tongue","Loading","Angry","Love")
var/emote = input("Please, select a status!", "AI Status", null, null) in ai_emotions
for (var/obj/machinery/M in machines) //change status
if(istype(M, /obj/machinery/ai_status_display))
Expand Down

0 comments on commit 4551773

Please sign in to comment.