Merge pull request #8215 from dwinters99/spellcheck

Minor typo fixes
This commit is contained in:
Novacat
2020-07-27 01:55:24 -04:00
committed by GitHub
2 changed files with 5 additions and 5 deletions
@@ -383,7 +383,7 @@
/obj/item/clothing/accessory/cowledvest
name = "cowled vest"
desc = "A body warmer for the 26th century."
desc = "A body warmer for the 24th century." //VOREStation Edit
icon_state = "cowled_vest"
/obj/item/clothing/accessory/asymmetric
@@ -399,4 +399,4 @@
/obj/item/clothing/accessory/asymmetric/green
name = "green asymmetrical jacket"
desc = "Insultingly avant-garde in aqua."
icon_state = "asym_green"
icon_state = "asym_green"
@@ -40,11 +40,11 @@
playsound(src, 'sound/voice/growl.ogg', 50, 1, -1, preference = /datum/client_preference/emote_noises)
if("woof")
m_type = 2
message = "lets out an woof."
message = "lets out a woof."
playsound(src, 'sound/voice/woof.ogg', 50, 1, -1, preference = /datum/client_preference/emote_noises)
if("woof2")
m_type = 2
message = "lets out an woof."
message = "lets out a woof."
playsound(src, 'sound/voice/woof2.ogg', 50, 1, -1, preference = /datum/client_preference/emote_noises)
if("nya")
message = "lets out a nya."
@@ -168,7 +168,7 @@
message = "does a flip!"
m_type = 1
if("vhelp") //Help for Virgo-specific emotes.
to_chat(src, "vwag, vflap, mlem, blep, awoo, awoo2, growl, nya, peep, chirp, hoot, weh, merp, myarp, bark, bork, mrow, hypno, hiss, rattle, squeak, geck, baa, baa2, mar, wurble, snort, meow, moo, croak, nsay, nme, flip")
to_chat(src, "vwag, vflap, mlem, blep, awoo, awoo2, growl, nya, peep, chirp, hoot, weh, merp, myarp, bark, bork, mrow, mrowl, hypno, hiss, rattle, squeak, geck, baa, baa2, mar, wurble, snort, meow, moo, croak, nsay, nme, flip")
return TRUE
if(message)