mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-12 08:27:13 +01:00
Scrubs all mentions of Vox from the code ( I suck at Git edition ) (#10423)
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user