mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 23:58:07 +01:00
Grammar fixes
This commit is contained in:
@@ -101,4 +101,3 @@
|
||||
|
||||
#define TINT_DARKENED 2 //Threshold of tint level to apply weld mask overlay
|
||||
#define TINT_BLIND 3 //Threshold of tint level to obscure vision fully
|
||||
|
||||
|
||||
@@ -65,7 +65,7 @@
|
||||
/datum/dog_fashion/head/rabbit
|
||||
name = "Hoppy"
|
||||
emote_see = list("twitches its nose", "hops around a bit")
|
||||
desc = "This is Hoppy. It's a corgi-...urmm... bunny rabbit"
|
||||
desc = "This is Hoppy. It's a corgi-...urmm... bunny rabbit."
|
||||
|
||||
/datum/dog_fashion/head/beret
|
||||
name = "Yann"
|
||||
@@ -152,7 +152,7 @@
|
||||
|
||||
/datum/dog_fashion/head/sombrero/New(mob/M)
|
||||
..()
|
||||
desc = "You must respect Elder [M.real_name]"
|
||||
desc = "You must respect Elder [M.real_name]."
|
||||
|
||||
/datum/dog_fashion/head/hop
|
||||
name = "Lieutenant REAL_NAME"
|
||||
|
||||
Reference in New Issue
Block a user