mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-24 04:28:12 +01:00
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:
co-authored by
Kashargul
parent
206e181103
commit
b898e266ef
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user