mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 07:38:05 +01:00
Return of the NOSTOMACH trait (#70230)
* a regretable decision * Apply suggestions from code review Co-authored-by: GoldenAlpharex <58045821+GoldenAlpharex@users.noreply.github.com> Co-authored-by: GoldenAlpharex <58045821+GoldenAlpharex@users.noreply.github.com>
This commit is contained in:
co-authored by
GoldenAlpharex
parent
e3852ace15
commit
c675ad0907
@@ -206,7 +206,7 @@
|
||||
human.remove_movespeed_modifier(/datum/movespeed_modifier/hunger)
|
||||
|
||||
/obj/item/organ/internal/stomach/get_availability(datum/species/owner_species)
|
||||
return !((TRAIT_NOHUNGER in owner_species.inherent_traits) || (NOSTOMACH in owner_species.species_traits))
|
||||
return !(NOSTOMACH in owner_species.species_traits)
|
||||
|
||||
/obj/item/organ/internal/stomach/proc/handle_disgust(mob/living/carbon/human/disgusted, delta_time, times_fired)
|
||||
var/old_disgust = disgusted.old_disgust
|
||||
|
||||
Reference in New Issue
Block a user