-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This reverts commit 0d2da94.
- Loading branch information
Showing
15 changed files
with
116 additions
and
112 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,72 @@ | ||
// These may have some say.dm bugs regarding understanding common, | ||
// might be worth adapting the bugs into a feature and using these | ||
// subtypes as a basis for non-common-speaking alien foreigners. ~ Z | ||
|
||
/mob/living/carbon/human/species/monkey | ||
race = "Monkey" | ||
|
||
/mob/living/carbon/human/species/monkey/farwa | ||
race = "Farwa" | ||
|
||
/mob/living/carbon/human/species/monkey/naera | ||
race = "Naera" | ||
|
||
/mob/living/carbon/human/species/monkey/stok | ||
race = "Stok" | ||
|
||
/mob/living/carbon/human/species/monkey/yiren | ||
race = "Yiren" | ||
|
||
/mob/living/carbon/human/species/synthetic | ||
race = "Synthetic" | ||
|
||
/mob/living/carbon/human/species/early_synthetic | ||
race = "Early Synthetic" | ||
|
||
/mob/living/carbon/human/species/moth | ||
race = "Moth" | ||
|
||
/datum/species/moth/handle_post_spawn(mob/living/carbon/human/H) | ||
. = ..() | ||
H.moth_wings = pick(GLOB.moth_wings_list - "Burnt Off") | ||
|
||
/mob/living/carbon/human/species/vatgrown | ||
race = "Vat-Grown Human" | ||
|
||
/mob/living/carbon/human/species/sectoid | ||
race = "Sectoid" | ||
|
||
/mob/living/carbon/human/species/vatborn | ||
race = "Vatborn" | ||
|
||
/mob/living/carbon/human/species/skeleton | ||
race = "Skeleton" | ||
|
||
/mob/living/carbon/human/species/zombie | ||
race = "Strong zombie" | ||
|
||
/mob/living/carbon/human/species/zombie/Initialize(mapload) | ||
. = ..() | ||
var/datum/outfit/outfit = pick(GLOB.survivor_outfits) | ||
outfit = new outfit() | ||
INVOKE_ASYNC(outfit, TYPE_PROC_REF(/datum/outfit, equip), src) | ||
a_intent = INTENT_HARM | ||
|
||
/mob/living/carbon/human/species/robot | ||
race = "Combat Robot" | ||
bubble_icon = "robot" | ||
|
||
/mob/living/carbon/human/species/robot/alpharii | ||
race = "Hammerhead Combat Robot" | ||
|
||
/mob/living/carbon/human/species/robot/charlit | ||
race = "Chilvaris Combat Robot" | ||
|
||
/mob/living/carbon/human/species/robot/deltad | ||
race = "Ratcher Combat Robot" | ||
|
||
/mob/living/carbon/human/species/robot/bravada | ||
race = "Sterling Combat Robot" | ||
|
||
/mob/living/carbon/human/species/necoarc | ||
race = "Neco Arc" |
3 changes: 0 additions & 3 deletions
3
code/modules/mob/living/carbon/human/species/early_synthetic.dm
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
/mob/living/carbon/human/species/yautja | ||
chat_color = "#aa0000" | ||
|
||
/mob/living/carbon/human/species/yautja/get_paygrade() | ||
if(client.clan_info) | ||
return client.clan_info.item[2] <= GLOB.clan_ranks_ordered.len ? GLOB.clan_ranks_ordered[client.clan_info.item[2]] : GLOB.clan_ranks_ordered[1] | ||
|
||
/mob/living/carbon/human/species/yautja/hud_set_hunter() | ||
. = ..() | ||
|
||
var/image/holder = hud_list[HUNTER_CLAN] | ||
if(!holder) | ||
return | ||
|
||
holder.icon_state = "predhud" | ||
|
||
if(client?.clan_info?.item?[4]) | ||
var/datum/db_query/player_clan = SSdbcore.NewQuery("SELECT id, name, description, honor, color FROM [format_table_name("clan")] WHERE id = :clan_id", list("clan_id" = client.clan_info.item[4])) | ||
player_clan.Execute() | ||
if(player_clan.NextRow()) | ||
holder.color = player_clan.item[5] | ||
|
||
hud_list[HUNTER_CLAN] = holder | ||
|
||
/mob/living/carbon/human/species/yautja/send_speech(message_raw, message_range = 6, obj/source = src, bubble_type = bubble_icon, list/spans, datum/language/message_language=null, message_mode) | ||
. = ..() | ||
playsound(loc, pick('sound/voice/predator/click1.ogg', 'sound/voice/predator/click2.ogg'), 25, 1) | ||
|
||
/mob/living/carbon/human/species/yautja/get_idcard(hand_first = TRUE) | ||
. = ..() | ||
if(!.) | ||
var/obj/item/clothing/gloves/yautja/hunter/bracer = gloves | ||
if(istype(bracer)) | ||
. = bracer.embedded_id | ||
return . | ||
|
||
/mob/living/carbon/human/species/yautja/get_reagent_tags() | ||
return species?.reagent_tag | ||
|
||
/mob/living/carbon/human/species/yautja/can_be_operated_on(mob/user) | ||
return TRUE |
10 changes: 0 additions & 10 deletions
10
...mob/living/carbon/human/species/zombie.dm → ...modules/mob/living/carbon/human/zombie.dm
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters