Merge pull request #14536 from Heroman3003/protean

Makes speech bubbles manually selectable, adds a whole bunch of new ones
This commit is contained in:
Casey
2023-02-25 14:28:57 -05:00
committed by CHOMPStation2
parent d1d10dcd7d
commit 41c20ca400
8 changed files with 52 additions and 8 deletions

View File

@@ -946,6 +946,26 @@ var/global/list/event_wildlife_roaming = list(
)
var/global/list/selectable_speech_bubbles = list(
"default",
"normal",
"slime",
"comm",
"machine",
"synthetic",
"synthetic_evil",
"cyber",
"ghost",
"slime_green",
"dark",
"plant",
"clown",
"fox",
"maus",
"heart",
"textbox",
"posessed")
// AREA GENERATION AND BLUEPRINT STUFF BELOW HERE