Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
carpotoxin committed Oct 20, 2024
1 parent 453a9b9 commit 616a790
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
name = "bug tongue"
desc = "A fleshy muscle mostly used for chittering."
icon = 'icons/obj/medical/organs/fly_organs.dmi'
say_mod = "buzzes"
say_mod = "chitters"

/// Cat tongue
Expand All @@ -16,7 +15,7 @@
signer.verb_whisper = "purrs"
signer.verb_yell = "yowls"

/obj/item/organ/internal/tongue/cat/Remove(mob/living/carbon/speaker, special = FALSE)
/obj/item/organ/internal/tongue/cat/Remove(mob/living/carbon/speaker, special = FALSE, movement_flags)
. = ..()
speaker.verb_ask = initial(verb_ask)
speaker.verb_exclaim = initial(verb_exclaim)
Expand All @@ -37,7 +36,7 @@
signer.verb_whisper = "whimpers"
signer.verb_yell = "barks"

/obj/item/organ/internal/tongue/dog/Remove(mob/living/carbon/speaker, special = FALSE)
/obj/item/organ/internal/tongue/dog/Remove(mob/living/carbon/speaker, special = FALSE, movement_flags)
. = ..()
speaker.verb_ask = initial(verb_ask)
speaker.verb_exclaim = initial(verb_exclaim)
Expand Down Expand Up @@ -82,6 +81,6 @@
/// Frog tongue
//
/obj/item/organ/internal/tongue/frog
name = "fish tongue"
name = "frog tongue"
desc = "A fleshy muscle mostly used for ribbiting."
say_mod = "ribbits"
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/datum/quirk/item_quirk/breather
abstract_parent_type = /datum/quirk/item_quirk/breather
icon = FA_ICON_LUNGS
icon = FA_ICON_LUNGS_VIRUS
var/breath_type = "oxygen"

/datum/quirk/item_quirk/breather/nitrogen_breather
Expand Down

0 comments on commit 616a790

Please sign in to comment.