The Great Slobber Update (#19018)

* Add Major Slobberer trait

* Add a mode addon to bellies that lets you wetten prey with them

* Add tooltip

* Fix this

* consistency

---------

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
ShadowLarkens
2026-01-18 03:13:41 +01:00
committed by GitHub
co-authored by Kashargul
parent 206e181103
commit b898e266ef
7 changed files with 26 additions and 2 deletions
@@ -1940,3 +1940,15 @@
/datum/trait/neutral/abnormal_mind/apply(datum/species/S, mob/living/carbon/human/H, trait_prefs)
..()
ADD_TRAIT(H, UNIQUE_MINDSTRUCTURE, ROUNDSTART_TRAIT)
/datum/trait/neutral/slobber
name = "Major Slobberer"
desc = "You produce more saliva than most people and leave people dripping when you lick them."
tutorial = "Lick someone! Consensually please!"
cost = 0
custom_only = FALSE
/datum/trait/neutral/slobber/apply(var/datum/species/S, var/mob/living/carbon/human/human)
..()
ADD_TRAIT(human, TRAIT_SLOBBER, ROUNDSTART_TRAIT)