Adds heart display.

This commit is contained in:
Belsima
2017-09-09 12:27:30 -04:00
parent 381424b81a
commit dc99c2bb5d
3 changed files with 2 additions and 1 deletions
+1
View File
@@ -25,6 +25,7 @@ var/list/ai_status_emotions = list(
"Friend Computer" = new /datum/ai_emotion("ai_friend"),
"Corgi" = new /datum/ai_emotion("ai_corgi"),
"Communist" = new /datum/ai_emotion("ai_redoctober"),
"Heart" = new /datum/ai_emotion("ai_heart"),
"Tribunal" = new /datum/ai_emotion("ai_tribunal", "serithi"),
"Tribunal Malfunctioning" = new /datum/ai_emotion("ai_tribunal_malf", "serithi")
)
+1 -1
View File
@@ -33,4 +33,4 @@ delete-after: True
# Also, all entries are changed into a single [] after a master changelog generation. Just remove the brackets when you add new entries.
# Please surround your changes in double quotes ("), as certain characters otherwise screws up compiling. The quotes will not show up in the changelog.
changes:
- imageadd: "Added two new status displays for the AI."
- imageadd: "Added new status displays for the AI."
Binary file not shown.

Before

Width:  |  Height:  |  Size: 128 KiB

After

Width:  |  Height:  |  Size: 128 KiB