mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-20 20:37:34 +01:00
Adds two away missions ghost roles (#7450)
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
var/possible_species = list("Human")
|
||||
var/possible_genders = list(MALE,FEMALE)
|
||||
var/allow_appearance_change = APPEARANCE_PLASTICSURGERY
|
||||
var/list/extra_languages = list() //Which languages are added to this mob
|
||||
|
||||
var/assigned_role = null
|
||||
var/special_role = null
|
||||
@@ -122,6 +123,9 @@
|
||||
M.preEquipOutfit(outfit, FALSE)
|
||||
M.equipOutfit(outfit, FALSE)
|
||||
|
||||
for(var/language in extra_languages)
|
||||
M.add_language(language)
|
||||
|
||||
M.force_update_limbs()
|
||||
M.update_eyes()
|
||||
M.regenerate_icons()
|
||||
|
||||
Reference in New Issue
Block a user