Vore fixes and a few additions (#6032)

* Fixes saving memes, Adds absorbing and OOC escape

Also allows for people to reload from a slot if they fuck up and delete a belly

* makes sure travis won't flip the fuck out

* fixes some sound issues

* cleaning up some extra sounds, also dragon vore sound settings

* fixes resisting out of guts

* BRACKETS

* Prey now become blind after being eaten.

Use the audible subtle message to continue roleplaying with them!

* Actually make bulges show up in examine

* Fixes cases where transfering between bellies would blind twice

Because, y'know, that make sense. Also added self reminders if any changes happen to JSONs
This commit is contained in:
Poojawa
2018-03-26 04:46:50 -05:00
committed by GitHub
parent bf63fa766a
commit c579d81f4c
8 changed files with 221 additions and 152 deletions
@@ -96,6 +96,8 @@
for(var/obj/item/organ/genital/dicc in internal_organs)
if(istype(dicc) && dicc.is_exposed())
msg += "[dicc.desc]\n"
msg += attempt_vr(src,"examine_bellies",args) //vore Code
//END OF CIT CHANGES
//Status effects
msg += status_effect_examines()
@@ -23,7 +23,7 @@
name = "maw"
desc = "The maw of the dreaded Ash drake closes around you, engulfing you into a swelteringly hot, disgusting enviroment. The acidic saliva tingles over your form while that tongue pushes you further back...towards the dark gullet beyond."
vore_verb = "scoop"
vore_sound = 'sound/vore/pred/taurswallow.ogg'
vore_sound = "Stomach Move"
swallow_time = 20
escapechance = 25
// From above, will transfer into gullet
@@ -36,6 +36,7 @@
desc = "A ripple of muscle and arching of the tongue pushes you down like any other food. No choice in the matter, you're simply consumed. The dark ambiance of the outside world is replaced with working, wet flesh. Your only light being what you brought with you."
swallow_time = 60 // costs extra time to eat directly to here
escapechance = 5
vore_sound = "Squish2"
// From above, will transfer into gut
transferchance = 25
autotransferchance = 50
@@ -44,6 +45,7 @@
/obj/belly/megafauna/dragon/gut
name = "stomach"
vore_capacity = 5 //I doubt this many people will actually last in the gut, but...
vore_sound = "Tauric Swallow"
desc = "With a rush of burning ichor greeting you, you're introduced to the Drake's stomach. Wrinkled walls greedily grind against you, acidic slimes working into your body as you become fuel and nutriton for a superior predator. All that's left is your body's willingness to resist your destiny."
digest_mode = DM_DRAGON
digest_burn = 5