mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
[MIRROR] Adds inhand sprites for rubber duckies (#8358)
Co-authored-by: TheToaster98 <51209769+TheToaster98@users.noreply.github.com> Co-authored-by: CHOMPStation2 <chompsation2@gmail.com>
This commit is contained in:
@@ -295,6 +295,11 @@
|
||||
desc = "Rubber ducky you're so fine, you make bathtime lots of fuuun. Rubber ducky I'm awfully fooooond of yooooouuuu~" //thanks doohl
|
||||
icon = 'icons/obj/watercloset.dmi'
|
||||
icon_state = "rubberducky"
|
||||
item_state = "rubberducky"
|
||||
item_icons = list(
|
||||
slot_l_hand_str = 'icons/mob/items/lefthand.dmi',
|
||||
slot_r_hand_str = 'icons/mob/items/righthand.dmi',
|
||||
)
|
||||
honk_sound = 'sound/voice/quack.ogg' //VOREStation edit
|
||||
var/honk_text = 0
|
||||
|
||||
@@ -316,6 +321,7 @@
|
||||
desc = "From the depths of hell it arose, feathers glistening with crimson, a honk that struck fear into all men." //thanks doohl
|
||||
icon = 'icons/obj/watercloset.dmi'
|
||||
icon_state = "rubberducky_red"
|
||||
item_state = "rubberducky_red"
|
||||
honk_sound = 'sound/effects/adminhelp.ogg'
|
||||
var/honk_count = 0
|
||||
|
||||
@@ -341,6 +347,7 @@
|
||||
desc = "The see me rollin', they hatin'." //thanks doohl
|
||||
icon = 'icons/obj/watercloset.dmi'
|
||||
icon_state = "rubberducky_blue"
|
||||
item_state = "rubberducky_blue"
|
||||
honk_sound = 'sound/effects/bubbles.ogg'
|
||||
var/honk_count = 0
|
||||
|
||||
@@ -362,6 +369,7 @@
|
||||
desc = "It's extra squishy!"
|
||||
icon = 'icons/obj/watercloset.dmi'
|
||||
icon_state = "rubberducky_pink"
|
||||
item_state = "rubberducky_pink"
|
||||
honk_sound = 'sound/vore/sunesound/pred/insertion_01.ogg'
|
||||
var/honk_count = 0
|
||||
|
||||
@@ -391,6 +399,7 @@
|
||||
desc = "There's something otherworldly about this particular duck..."
|
||||
icon = 'icons/obj/watercloset.dmi'
|
||||
icon_state = "rubberducky_grey"
|
||||
item_state = "rubberducky_grey"
|
||||
honk_sound = 'sound/effects/ghost.ogg'
|
||||
var/honk_count = 0
|
||||
|
||||
@@ -416,6 +425,7 @@
|
||||
desc = "Like a true Nature’s child, we were born, born to be wild."
|
||||
icon = 'icons/obj/watercloset.dmi'
|
||||
icon_state = "rubberducky_green"
|
||||
item_state = "rubberducky_green"
|
||||
honk_sound = 'sound/arcade/mana.ogg'
|
||||
var/honk_count = 0
|
||||
var/list/flora = list(/obj/structure/flora/ausbushes,
|
||||
@@ -454,6 +464,7 @@
|
||||
desc = "It's so full of energy, such a happy little guy, I just wanna give him a squeeze." //thanks doohl
|
||||
icon = 'icons/obj/watercloset.dmi'
|
||||
icon_state = "rubberducky_white"
|
||||
item_state = "rubberducky_white"
|
||||
honk_sound = 'sound/effects/lightningshock.ogg'
|
||||
var/honk_count = 0
|
||||
|
||||
@@ -475,6 +486,7 @@
|
||||
name = "rubber ducky"
|
||||
icon = 'icons/obj/watercloset.dmi'
|
||||
icon_state = "rubberducky_black"
|
||||
item_state = "rubberducky_black"
|
||||
det_time = 20
|
||||
var/honk_text = 0
|
||||
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 80 KiB After Width: | Height: | Size: 80 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 80 KiB After Width: | Height: | Size: 81 KiB |
Reference in New Issue
Block a user