Skip to content

Commit

Permalink
Adds a metric fuckton of pAI faces (#2391)
Browse files Browse the repository at this point in the history
## About The Pull Request

Adds around 32 pAI faces

## Why It's Good For The Game


![image](https://github.com/shiptest-ss13/Shiptest/assets/58402542/e2cc0a39-796c-4038-bf01-bdfe280124dd)


## Changelog

:cl:
add: Adds a lot of new pAI faces! pAIs rejoice!
/:cl:

<!-- Both :cl:'s are required for the changelog to work! You can put
your name to the right of the first :cl: if you want to overwrite your
GitHub username as author ingame. -->
<!-- You can use multiple of the same prefix (they're only used for the
icon ingame) and delete the unneeded ones. Despite some of the tags,
changelogs should generally represent how a player might be affected by
the changes rather than a summary of the PR's contents. -->
  • Loading branch information
rye-rice authored Nov 13, 2023
1 parent 6163afa commit d724dbb
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 10 deletions.
52 changes: 42 additions & 10 deletions code/modules/mob/living/silicon/pai/software.dm
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,52 @@
// - Camera jack

GLOBAL_LIST_INIT(pai_faces, list(
":>",
"=_=",
"angry",
"ashamed",
"bookworm",
"boykisser",
"cat",
"clueless",
"concerned",
"dread",
"estatic",
"exclaim",
"eye",
"eyewall",
"face",
"fangs",
"flushed",
"foureyes",
"greenjary",
"happy",
"heart",
"laugh",
"lenny",
"loss",
"michevious",
"missingno",
"mistake",
"moth",
"moyai",
"neko",
"null",
"what",
"sad",
"o.o",
"off",
"laugh",
"happy",
"face",
"estatic",
"cat",
"angry",
"pleading",
"question",
"sadcat",
"smug",
"snek",
"spiral",
"sunglasses",
"syndisnake", //EVILLL PAI
"twoeyes",
"T_T",
"what",
"wink",
"woozy",
"bookworm",
"greenjary",
))


Expand Down
Binary file modified icons/obj/aicards.dmi
Binary file not shown.

0 comments on commit d724dbb

Please sign in to comment.