Merge pull request #15364 from Very-Soft/fancy

Fancy...
This commit is contained in:
Heroman3003
2023-09-10 08:57:18 +10:00
committed by GitHub
5 changed files with 11 additions and 6 deletions
+1
View File
@@ -73,6 +73,7 @@
#define span_interface(str) ("<span class='interface'>" + str + "</span>")
#define span_spacer(str) ("<span class='spacer'>" + str + "</span>")
#define span_blob(str) ("<span class='blob'>" + str + "</span>")
#define span_teppi(str) ("<span class='teppi'>" + str + "</span>")
#define span_debug_error(str) ("<span class='debug_error'>" + str + "</span>")
#define span_debug_warning(str) ("<span class='debug_warning'>" + str + "</span>")
+2 -1
View File
@@ -30,4 +30,5 @@
flags = WHITELISTED
machine_understands = 0
space_chance = 100
syllables = list("gyoh", "snoof", "gyoooooOOOooh", "iuuuuh", "gyuuuuh")
syllables = list("gyoh", "snoof", "gyoooooOOOooh", "iuuuuh", "gyuuuuh", "groah", "gyooh", "giouh", "puff", "huff", "ghom", "gyuh", "rrrr", "ghh", "uuah", "groh", "gyaah")
colour = "teppi"
@@ -852,17 +852,17 @@ GLOBAL_VAR_INIT(teppi_count, 0) // How mant teppi DO we have?
affinity[person.real_name] = -100 //Don't hold a grudge though.
/datum/say_list/teppi
speak = list("Gyooh~", "Gyuuuh!", "Gyuh?", "Gyaah...", "Iuuuuhh.", "Uoounh!", "GyoooOOOOoooh!", "Gyoh~", "Gyouh~")
speak = list("Gyooh~", "Gyuuuh!", "Gyuh?", "Gyaah...", "Iuuuuhh.", "Uoounh!", "GyoooOOOOoooh!", "Gyoh~", "Gyouh~","Gyuuuuh...", "Rrrr...", "Uuah~", "Groh!")
emote_hear = list("puffs", "huffs", "rumbles", "gyoohs","pants", "snoofs")
emote_see = list("sways its tail", "stretches", "yawns", "turns their head")
say_maybe_target = list("Gyuuh?")
say_maybe_target = list("Gyuuh?", "Rrrr!")
say_got_target = list("GYOOOHHHH!!!")
/datum/say_list/teppibaby
speak = list("Gyooh~", "Gyuuuh!", "Gyuh?", "Gyaah...", "Iuuuuhh.", "Uoounh!", "GyoooOOOOoooh!", "Gyoh~", "Gyouh~", "Yip!")
speak = list("Gyooh~", "Gyuuuh!", "Gyuh?", "Gyaah...", "Iuuuuhh.", "Uoounh!", "GyoooOOOOoooh!", "Gyoh~", "Gyouh~","Gyuuuuh...", "Rrrr...", "Uuah~", "Groh!", "Yip!")
emote_hear = list("puffs", "huffs", "rumbles", "gyoohs","pants", "snoofs", "yips")
emote_see = list("sways its tail", "stretches", "yawns", "turns their head")
say_maybe_target = list("Gyuuh?")
say_maybe_target = list("Gyuuh?", "Rrrr!")
say_got_target = list("GYOOOHHHH!!!")
+3 -1
View File
@@ -160,7 +160,8 @@ h1.alert, h2.alert {color: #000000;}
.skrell {color: #00B0B3;}
.skrellfar {color: #70FCFF;}
.soghun {color: #50BA6C;}
.solcom {color: #3333CE;} /* VOREStation Edit */
.solcom {color: #3333CE;}
.inverted .solcom {color: #6da6f0;}
.changeling {color: #800080;}
.sergal {color: #0077FF;}
.birdsongc {color: #CC9900;}
@@ -181,6 +182,7 @@ h1.alert, h2.alert {color: #000000;}
.interface {color: #330033;}
.spacer {color: #9c660b;} /* VOREStation Add */
.blob {color: #ff950d; font-weight: bold; font-style: italic;}
.teppi {color: #816540; word-spacing:4pt; font-family: "Segoe Script Bold","Segoe Script",sans-serif,Verdana;}
.black {color: #000000;}
.darkgray {color: #808080;}
+1
View File
@@ -123,6 +123,7 @@ h1.alert, h2.alert {color: #000000;}
.interface {color: #330033;}
.spacer {color: #9c660b;} /* VOREStation Add */
.blob {color: #ff950d; font-weight: bold; font-style: italic;}
.teppi {color: #816540; word-spacing:4pt; font-family: "Segoe Script Bold","Segoe Script",sans-serif,Verdana;}
BIG IMG.icon {width: 32px; height: 32px;}