Skip to content

Commit

Permalink
Update shadekin.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
silicons authored Dec 27, 2024
1 parent 4d9274e commit b584197
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions code/modules/species/shadekin/shadekin.dm
Original file line number Diff line number Diff line change
Expand Up @@ -141,11 +141,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 b584197

Please sign in to comment.