mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-12 07:35:31 +01:00
Adds heart display.
This commit is contained in:
@@ -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")
|
||||
)
|
||||
|
||||
@@ -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 |
Reference in New Issue
Block a user