mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
[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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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 ..()
|
||||
|
||||
Reference in New Issue
Block a user