mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Added 4 more AI status screens.
This commit is contained in:
@@ -307,6 +307,14 @@
|
||||
set_picture("ai_friend")
|
||||
if("Tribunal")
|
||||
set_picture("tribunal")
|
||||
if("Beer mug")
|
||||
set_picture("ai_beer")
|
||||
if("Dwarf")
|
||||
set_picture("ai_dwarf")
|
||||
if("Fishtank")
|
||||
set_picture("ai_fishtank")
|
||||
if("Plump Helmet")
|
||||
set_picture("ai_plump")
|
||||
|
||||
return
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
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")
|
||||
var/list/ai_emotions = list("Very Happy", "Happy", "Neutral", "Unsure", "Confused", "Sad", "BSOD", "Blank", "Problems?", "Awesome", "Facepalm", "Friend Computer", "Beer mug", "Dwarf", "Fishtank", "Plump Helmet")
|
||||
if(src.ckey == "serithi")
|
||||
ai_emotions.Add("Tribunal","Tribunal Malfunctioning")
|
||||
var/emote = input("Please, select a status!", "AI Status", null, null) in ai_emotions
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 116 KiB After Width: | Height: | Size: 126 KiB |
Reference in New Issue
Block a user