mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-24 13:47:33 +01:00
Properly fixes swoopie neck speed and turbomode inits (#7417)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user