mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 02:16:05 +00:00
Fixes a ton of sentence starts with non capitalised improper nouns. (#37099)
* Fixes capitalisation on throwing stuff in disposals * in fact, fixes it for everything * even more * outta here
This commit is contained in:
@@ -42,7 +42,7 @@
|
||||
|
||||
var/mob/living/carbon/C = target
|
||||
if ((C.sdisabilities & BLIND) || (C.sight & BLIND))
|
||||
to_chat(user, "<span class='warning'>\the [C] is blind!</span>")
|
||||
to_chat(user, "<span class='warning'>\The [C] is blind!</span>")
|
||||
return TRUE
|
||||
var/success = C.vampire_affected(user.mind)
|
||||
switch(success)
|
||||
|
||||
Reference in New Issue
Block a user