Skip to content

Commit

Permalink
TGS Test Merge (#6946)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevinz authored and Kevinz committed Dec 27, 2024
2 parents 03748cf + 9feb467 commit 7994486
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions code/modules/species/shadekin/shadekin.dm
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@

has_glowing_eyes = TRUE

death_message = "phases to somewhere far away!"
male_cough_sounds = null
female_cough_sounds = null
male_sneeze_sound = null
Expand Down Expand Up @@ -141,11 +140,6 @@
/datum/species/shadekin/get_bodytype_legacy()
return SPECIES_SHADEKIN

/datum/species/shadekin/handle_death(mob/living/carbon/human/H)
spawn(1)
H.drop_inventory(TRUE, TRUE, TRUE)
qdel(H)

/datum/species/shadekin/get_random_name()
return "shadekin"

Expand Down

0 comments on commit 7994486

Please sign in to comment.