[MIRROR] Fixes teshari stomachs & Unathi Stomachs (#8640)

Co-authored-by: C.L <killer65311@gmail.com>
Co-authored-by: Raeschen <rycoop29@gmail.com>
Co-authored-by: Kashargul <KashL@t-online.de>
This commit is contained in:
CHOMPStation2
2024-07-25 15:07:41 -07:00
committed by GitHub
parent b17bed96ea
commit 3442bf3e98
7 changed files with 17 additions and 17 deletions

View File

@@ -49,13 +49,5 @@
env_trait.handle_environment_special(H)
return
/datum/species/proc/update_vore_belly_def_variant()
// Determine the actual vore_belly_default_variant, if the base species in the VORE tab is set
switch (base_species)
if("Teshari")
vore_belly_default_variant = "T"
if("Unathi")
vore_belly_default_variant = "L"
/datum/species/proc/update_misc_tabs(var/mob/living/carbon/human/H)
return

View File

@@ -49,8 +49,5 @@
/datum/species/shapeshifter/promethean
digi_allowed = TRUE
/datum/species/unathi
vore_belly_default_variant = "L"
/datum/species/protean
digi_allowed = TRUE

View File

@@ -1,6 +1,3 @@
/datum/species/teshari
vore_belly_default_variant = "T"
// allow teshari to always be scooped, as long as pref is enabled
/mob/living/MouseDrop(var/atom/over_object)
// make sure src (The dragged) is human
@@ -26,4 +23,4 @@
if(H.species.get_bodytype() == SPECIES_TESHARI)
return 1
return ..()
return ..()