mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 02:34:00 +00:00
Merge pull request #14536 from Heroman3003/protean
Makes speech bubbles manually selectable, adds a whole bunch of new ones
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user