pAI screen displays

This commit is contained in:
Bear
2018-07-10 07:37:16 -04:00
parent 82f513d204
commit 4f48bc2dd5
3 changed files with 10 additions and 2 deletions

View File

@@ -140,7 +140,7 @@
radio.attack_self(src)
if("image")
var/newImage = input("Select your new display image.", "Display Image", "Happy") in list("Happy", "Cat", "Extremely Happy", "Face", "Laugh", "Off", "Sad", "Angry", "What")
var/newImage = input("Select your new display image.", "Display Image", "Happy") in list("Happy", "Cat", "Extremely Happy", "Face", "Laugh", "Off", "Sad", "Angry", "What" , "Exclamation" ,"Question") // CITADEL EDIT
var/pID = 1
switch(newImage)
@@ -164,6 +164,10 @@
pID = 9
if("Null")
pID = 10
if("Exclamation") // CITADEL EDIT
pID = 11
if("Question") // CITADEL EDIT
pID = 12
card.setEmotion(pID)
if("signaller")