Properly fixes swoopie neck speed and turbomode inits (#7417)

This commit is contained in:
Verkister
2023-12-16 21:03:16 +01:00
committed by GitHub
parent 412e7ebc83
commit 144379af8b
2 changed files with 41 additions and 41 deletions
@@ -91,45 +91,6 @@
B.sound_volume = 25
B.count_items_for_sprite = TRUE
B = new /obj/belly/longneck(src)
B.affects_vore_sprites = TRUE
B.belly_sprite_to_affect = "neck4"
B.name = "vacuum hose 4"
B.autotransferlocation = "Churno-Vac"
B.desc = "Thank you for your biofuel contribution~"
B.fancy_vore = 1
B.vore_sound = "Stomach Move"
B.sound_volume = 20
B = new /obj/belly/longneck(src)
B.affects_vore_sprites = TRUE
B.belly_sprite_to_affect = "neck3"
B.name = "vacuum hose 3"
B.autotransferlocation = "vacuum hose 4"
B.desc = "Looks like it's gonna be all downhill from here..."
B.fancy_vore = 1
B.vore_sound = "Stomach Move"
B.sound_volume = 40
B = new /obj/belly/longneck(src)
B.affects_vore_sprites = TRUE
B.belly_sprite_to_affect = "neck2"
B.name = "vacuum hose 2"
B.autotransferlocation = "vacuum hose 3"
B.desc = "It feels very tight in here..."
B.fancy_vore = 1
B.vore_sound = "Stomach Move"
B.sound_volume = 80
B = new /obj/belly/longneck(src)
B.affects_vore_sprites = TRUE
B.belly_sprite_to_affect = "neck1"
B.name = "vacuum hose"
B.autotransferlocation = "vacuum hose 2"
B.fancy_vore = 1
B.vore_sound = "Stomach Move"
B.sound_volume = 100
B = new /obj/belly/longneck(src)
B.affects_vore_sprites = FALSE
B.name = "Vac-Beak"
@@ -145,6 +106,45 @@
vore_selected = B
B = new /obj/belly/longneck(src)
B.affects_vore_sprites = TRUE
B.belly_sprite_to_affect = "neck1"
B.name = "vacuum hose"
B.autotransferlocation = "vacuum hose 2"
B.fancy_vore = 1
B.vore_sound = "Stomach Move"
B.sound_volume = 100
B = new /obj/belly/longneck(src)
B.affects_vore_sprites = TRUE
B.belly_sprite_to_affect = "neck2"
B.name = "vacuum hose 2"
B.autotransferlocation = "vacuum hose 3"
B.desc = "It feels very tight in here..."
B.fancy_vore = 1
B.vore_sound = "Stomach Move"
B.sound_volume = 80
B = new /obj/belly/longneck(src)
B.affects_vore_sprites = TRUE
B.belly_sprite_to_affect = "neck3"
B.name = "vacuum hose 3"
B.autotransferlocation = "vacuum hose 4"
B.desc = "Looks like it's gonna be all downhill from here..."
B.fancy_vore = 1
B.vore_sound = "Stomach Move"
B.sound_volume = 40
B = new /obj/belly/longneck(src)
B.affects_vore_sprites = TRUE
B.belly_sprite_to_affect = "neck4"
B.name = "vacuum hose 4"
B.autotransferlocation = "Churno-Vac"
B.desc = "Thank you for your biofuel contribution~"
B.fancy_vore = 1
B.vore_sound = "Stomach Move"
B.sound_volume = 20
/obj/belly/longneck
affects_vore_sprites = TRUE
belly_sprite_to_affect = "neck1"