mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-24 05:38:15 +01:00
Adds 2 new taur bellysprites, fixes 2 vorgan overlay bugs, and adds verb to toggle synth stomach reagent draining. (#7055)
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
/mob/living/carbon
|
||||
var/datum/looping_sound/mob/cozyloop/cozyloop
|
||||
var/slip_reflex = FALSE
|
||||
var/synth_reag_processing = TRUE
|
||||
|
||||
/mob/living/carbon/Initialize()
|
||||
. = ..()
|
||||
|
||||
@@ -60,6 +60,11 @@
|
||||
resting_dir = !resting_dir
|
||||
update_transform(TRUE)
|
||||
|
||||
/mob/living/carbon/human/proc/synth_reag_toggle()
|
||||
set name = "Toggle Reagent Processing"
|
||||
set category = "Abilities"
|
||||
set desc = "Toggle reagent processing as synth."
|
||||
synth_reag_processing = !synth_reag_processing
|
||||
|
||||
//Formally used from a paper, gave this to everyone.
|
||||
/mob/living/carbon/human/verb/create_area()
|
||||
|
||||
@@ -53,6 +53,11 @@
|
||||
belly_variant_when_loaf = TRUE
|
||||
fullness_icons = 1
|
||||
|
||||
/datum/sprite_accessory/tail/taur/skunk
|
||||
vore_tail_sprite_variant = "Skunk"
|
||||
belly_variant_when_loaf = TRUE
|
||||
fullness_icons = 1
|
||||
|
||||
/datum/sprite_accessory/tail/taur/ch
|
||||
icon = 'icons/mob/vore/taurs_ch.dmi'//Parent which allows us to not need to set icon every time.
|
||||
|
||||
@@ -136,11 +141,14 @@
|
||||
icon_state = "sergwheat"
|
||||
icon_sprite_tag = "wolf"
|
||||
vore_tail_sprite_variant = "N"
|
||||
fullness_icons = 3
|
||||
|
||||
/datum/sprite_accessory/tail/taur/ch/sergal/fatwheaties
|
||||
name = "Fat Sergal (Taur)"
|
||||
icon_state = "fatsergal"
|
||||
icon_sprite_tag = "wolf"
|
||||
vore_tail_sprite_variant = "N"
|
||||
fullness_icons = 3
|
||||
|
||||
/datum/sprite_accessory/tail/taur/ch/sergal/wheaties_2c
|
||||
name = "Sergal (Taur, dual-color)"
|
||||
@@ -148,12 +156,15 @@
|
||||
extra_overlay = "sergwheat_markings"
|
||||
icon_sprite_tag = "wolf"
|
||||
vore_tail_sprite_variant = "N"
|
||||
fullness_icons = 3
|
||||
|
||||
/datum/sprite_accessory/tail/taur/ch/sergal/fatwheaties_2c
|
||||
name = "Fat Sergal (Taur, dual-color)"
|
||||
icon_state = "fatsergal"
|
||||
extra_overlay = "sergwheat_markings"
|
||||
icon_sprite_tag = "wolf"
|
||||
vore_tail_sprite_variant = "N"
|
||||
fullness_icons = 3
|
||||
|
||||
/datum/sprite_accessory/tail/taur/ch/longvirus
|
||||
name = "Long Virus (Taur)"
|
||||
|
||||
Reference in New Issue
Block a user