Scrubs all mentions of Vox from the code ( I suck at Git edition ) (#10423)

This commit is contained in:
Wowzewow (Wezzy)
2020-11-22 18:34:04 +08:00
committed by GitHub
parent b2ce742e9f
commit e8945fa626
44 changed files with 141 additions and 171 deletions
+1 -1
View File
@@ -968,7 +968,7 @@ var/list/admin_verbs_cciaa = list(
if(!istype(M, /mob/living/carbon/human))
to_chat(usr, "<span class='warning'>You can only do this to humans!</span>")
return
switch(alert("Are you sure you wish to edit this mob's appearance? Skrell, Unathi, Vox and Tajaran can result in unintended consequences.",,"Yes","No"))
switch(alert("Are you sure you wish to edit this mob's appearance? Skrell, Unathi and Tajaran can result in unintended consequences.",,"Yes","No"))
if("No")
return
var/new_facial = input("Please select facial hair color.", "Character Generation") as color
@@ -113,7 +113,6 @@
bst.add_language(LANGUAGE_DRONE)
bst.add_language(LANGUAGE_EAL)
// Antagonist languages
bst.add_language(LANGUAGE_VOX)
bst.add_language(LANGUAGE_CHANGELING)
bst.add_language(LANGUAGE_BORER)