Adds new pAI sprites by WalterJe, adds a few more emotions (neutral, silly, :^), smirk, exclamation points, and question mark). Adjusts Tudoreleuu's custom item sprite to fit the new screen sprites.

This commit is contained in:
MrSnapwalk
2015-05-10 00:40:13 -05:00
parent 7e8a173fd4
commit 89aa07fdf9
4 changed files with 15 additions and 1 deletions
@@ -7,7 +7,14 @@ var/list/pai_emotions = list(
"Off" = 6,
"Sad" = 7,
"Angry" = 8,
"What" = 9
"What" = 9,
"Neutral" = 10,
"Silly" = 11,
"Nose" = 12
"Glasses" = 13,
"Smirk" = 14,
"Exclamation Points" = 15,
"Question Mark" = 16,
)