mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-11 08:06:33 +01:00
21b4095dfd
Upstream 04/17/2026 fixes https://github.com/Bubberstation/Bubberstation/issues/5549 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: tgstation-ci[bot] <179393467+tgstation-ci[bot]@users.noreply.github.com> Co-authored-by: ArcaneMusic <41715314+ArcaneMusic@users.noreply.github.com> Co-authored-by: MrMelbert <51863163+MrMelbert@users.noreply.github.com> Co-authored-by: Rhials <28870487+Rhials@users.noreply.github.com> Co-authored-by: rageguy505 <54517726+rageguy505@users.noreply.github.com> Co-authored-by: LemonInTheDark <58055496+LemonInTheDark@users.noreply.github.com> Co-authored-by: John Willard <53777086+JohnFulpWillard@users.noreply.github.com> Co-authored-by: Aliceee2ch <160794176+Aliceee2ch@users.noreply.github.com> Co-authored-by: Time-Green <7501474+Time-Green@users.noreply.github.com> Co-authored-by: Tsar-Salat <62388554+Tsar-Salat@users.noreply.github.com> Co-authored-by: SmArtKar <44720187+SmArtKar@users.noreply.github.com> Co-authored-by: Maxipat <108554989+Maxipat112@users.noreply.github.com> Co-authored-by: SyncIt21 <110812394+SyncIt21@users.noreply.github.com> Co-authored-by: deltanedas <39013340+deltanedas@users.noreply.github.com> Co-authored-by: SimplyLogan <47579821+loganuk@users.noreply.github.com> Co-authored-by: loganuk <fakeemail123@aol.com> Co-authored-by: Leland Kemble <70413276+lelandkemble@users.noreply.github.com> Co-authored-by: FalloutFalcon <86381784+FalloutFalcon@users.noreply.github.com> Co-authored-by: Roxy <75404941+TealSeer@users.noreply.github.com> Co-authored-by: Lucy <lucy@absolucy.moe> Co-authored-by: siliconOpossum <138069572+siliconOpossum@users.noreply.github.com> Co-authored-by: Isratosh <Isratosh@hotmail.com> Co-authored-by: TheRyeGuyWhoWillNowDie <70169560+TheRyeGuyWhoWillNowDie@users.noreply.github.com> Co-authored-by: Neocloudy <88008002+Neocloudy@users.noreply.github.com> Co-authored-by: Alexander V. <volas@ya.ru> Co-authored-by: ElGitificador <168473461+ElGitificador@users.noreply.github.com> Co-authored-by: Twaticus <46540570+Twaticus@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Bloop <13398309+vinylspiders@users.noreply.github.com> Co-authored-by: Cameron Lennox <killer65311@gmail.com> Co-authored-by: Tim <timothymtorres@gmail.com> Co-authored-by: Iamgoofball <iamgoofball@gmail.com> Co-authored-by: Layzu666 <121319428+Layzu666@users.noreply.github.com> Co-authored-by: Arturlang <24881678+Arturlang@users.noreply.github.com> Co-authored-by: _0Steven <42909981+00-Steven@users.noreply.github.com> Co-authored-by: mrmanlikesbt <99309552+mrmanlikesbt@users.noreply.github.com> Co-authored-by: Ben10Omintrix <138636438+Ben10Omintrix@users.noreply.github.com> Co-authored-by: John F. Kennedy <54908920+MacaroniCritter@users.noreply.github.com> Co-authored-by: Cursor <102828457+theselfish@users.noreply.github.com> Co-authored-by: Josh <josh.adam.powell@gmail.com> Co-authored-by: Josh Powell <josh.powell@softwire.com> Co-authored-by: Yobrocharlie <Charliemiller5617@gmail.com> Co-authored-by: Hardly3D <66234359+Hardly3D@users.noreply.github.com> Co-authored-by: shayoki <96078776+shayoki@users.noreply.github.com> Co-authored-by: LT3 <83487515+lessthnthree@users.noreply.github.com>
223 lines
8.2 KiB
Plaintext
223 lines
8.2 KiB
Plaintext
/obj/item/stack/medical/wrap/sticky_tape
|
|
name = "sticky tape"
|
|
singular_name = "sticky tape"
|
|
desc = "Used for sticking to things for sticking said things to people."
|
|
icon = 'icons/map_icons/items/_item.dmi'
|
|
icon_state = "/obj/item/stack/medical/wrap/sticky_tape"
|
|
post_init_icon_state = "tape"
|
|
novariants = TRUE
|
|
item_flags = NOBLUDGEON
|
|
amount = 5
|
|
max_amount = 5
|
|
self_delay = 8 SECONDS
|
|
other_delay = 5 SECONDS
|
|
splint_factor = 0.65
|
|
merge_type = /obj/item/stack/medical/wrap/sticky_tape
|
|
greyscale_config = /datum/greyscale_config/tape
|
|
greyscale_colors = "#B2B2B2#BD6A62"
|
|
apply_verb = "taping"
|
|
heal_begin_sound = 'sound/items/duct_tape/duct_tape_rip.ogg'
|
|
heal_end_sound = 'sound/items/duct_tape/duct_tape_rip.ogg'
|
|
|
|
/// Prefix applied to the target when wrapped with this tape.
|
|
var/prefix = "sticky"
|
|
/// Embed applied to the target when wrapped with this tape.
|
|
var/conferred_embed = /datum/embedding/sticky_tape
|
|
///The tape type you get when ripping off a piece of tape.
|
|
var/obj/tape_gag = /obj/item/clothing/mask/muzzle/tape
|
|
|
|
/datum/embedding/sticky_tape
|
|
pain_mult = 0
|
|
jostle_pain_mult = 0
|
|
ignore_throwspeed_threshold = TRUE
|
|
immune_traits = null
|
|
|
|
/obj/item/stack/medical/wrap/sticky_tape/grind_results()
|
|
return list(/datum/reagent/cellulose = 5)
|
|
|
|
/obj/item/stack/medical/wrap/sticky_tape/attack_hand(mob/user, list/modifiers)
|
|
if(user.get_inactive_held_item() == src)
|
|
if(is_zero_amount(delete_if_zero = TRUE))
|
|
return
|
|
playsound(user, 'sound/items/duct_tape/duct_tape_rip.ogg', 50, TRUE)
|
|
if(!do_after(user, 1 SECONDS))
|
|
return
|
|
var/new_tape_gag = new tape_gag(src)
|
|
user.put_in_hands(new_tape_gag)
|
|
use(1)
|
|
to_chat(user, span_notice("You rip off a piece of tape."))
|
|
playsound(user, 'sound/items/duct_tape/duct_tape_snap.ogg', 50, TRUE)
|
|
return TRUE
|
|
return ..()
|
|
|
|
/obj/item/stack/medical/wrap/sticky_tape/examine(mob/user)
|
|
. = ..()
|
|
. += "[span_notice("You could rip a piece off by using an empty hand.")]"
|
|
|
|
/obj/item/stack/medical/wrap/sticky_tape/interact_with_atom(obj/item/target, mob/living/user, list/modifiers)
|
|
if(!isitem(target))
|
|
return NONE
|
|
|
|
if(target.get_embed()?.type == conferred_embed)
|
|
to_chat(user, span_warning("[target] is already coated in [src]!"))
|
|
return ITEM_INTERACT_BLOCKING
|
|
|
|
user.visible_message(span_notice("[user] begins wrapping [target] with [src]."), span_notice("You begin wrapping [target] with [src]."))
|
|
playsound(user, 'sound/items/duct_tape/duct_tape_rip.ogg', 50, TRUE)
|
|
|
|
if(!do_after(user, 3 SECONDS, target=target))
|
|
return ITEM_INTERACT_BLOCKING
|
|
|
|
playsound(user, 'sound/items/duct_tape/duct_tape_snap.ogg', 50, TRUE)
|
|
use(1)
|
|
if(istype(target, /obj/item/clothing/gloves/fingerless))
|
|
var/obj/item/clothing/gloves/tackler/offbrand/O = new /obj/item/clothing/gloves/tackler/offbrand
|
|
to_chat(user, span_notice("You turn [target] into [O] with [src]."))
|
|
QDEL_NULL(target)
|
|
user.put_in_hands(O)
|
|
return ITEM_INTERACT_SUCCESS
|
|
|
|
if(target.get_embed()?.type == conferred_embed)
|
|
to_chat(user, span_warning("[target] is already coated in [src]!"))
|
|
return ITEM_INTERACT_BLOCKING
|
|
|
|
target.set_embed(conferred_embed)
|
|
to_chat(user, span_notice("You finish wrapping [target] with [src]."))
|
|
target.name = "[prefix] [target.name]"
|
|
|
|
if(isgrenade(target))
|
|
var/obj/item/grenade/sticky_bomb = target
|
|
sticky_bomb.sticky = TRUE
|
|
|
|
return ITEM_INTERACT_SUCCESS
|
|
|
|
/obj/item/stack/medical/wrap/sticky_tape/super
|
|
name = "super sticky tape"
|
|
singular_name = "super sticky tape"
|
|
desc = "Quite possibly the most mischievous substance in the galaxy. Use with extreme lack of caution."
|
|
prefix = "super sticky"
|
|
conferred_embed = /datum/embedding/sticky_tape/super
|
|
splint_factor = 0.4
|
|
merge_type = /obj/item/stack/medical/wrap/sticky_tape/super
|
|
greyscale_colors = "#4D4D4D#75433F"
|
|
tape_gag = /obj/item/clothing/mask/muzzle/tape/super
|
|
|
|
/datum/embedding/sticky_tape/super
|
|
embed_chance = 100
|
|
fall_chance = 0.1
|
|
|
|
/obj/item/stack/medical/wrap/sticky_tape/pointy
|
|
name = "pointy tape"
|
|
icon = 'icons/map_icons/items/_item.dmi'
|
|
icon_state = "/obj/item/stack/medical/wrap/sticky_tape/pointy"
|
|
post_init_icon_state = "tape_spikes"
|
|
singular_name = "pointy tape"
|
|
desc = "Used for sticking to things for sticking said things inside people."
|
|
prefix = "pointy"
|
|
conferred_embed = /datum/embedding/pointy_tape
|
|
merge_type = /obj/item/stack/medical/wrap/sticky_tape/pointy
|
|
greyscale_config = /datum/greyscale_config/tape/spikes
|
|
greyscale_colors = "#E64539#808080#AD2F45"
|
|
tape_gag = /obj/item/clothing/mask/muzzle/tape/pointy
|
|
|
|
/datum/embedding/pointy_tape
|
|
ignore_throwspeed_threshold = TRUE
|
|
|
|
/obj/item/stack/medical/wrap/sticky_tape/pointy/super
|
|
name = "super pointy tape"
|
|
singular_name = "super pointy tape"
|
|
desc = "You didn't know tape could look so sinister. Welcome to Space Station 13."
|
|
prefix = "super pointy"
|
|
conferred_embed = /datum/embedding/pointy_tape/super
|
|
merge_type = /obj/item/stack/medical/wrap/sticky_tape/pointy/super
|
|
greyscale_colors = "#8C0A00#4F4F4F#300008"
|
|
tape_gag = /obj/item/clothing/mask/muzzle/tape/pointy/super
|
|
|
|
/datum/embedding/pointy_tape/super
|
|
embed_chance = 100
|
|
|
|
/obj/item/stack/medical/wrap/sticky_tape/surgical
|
|
name = "surgical tape"
|
|
singular_name = "surgical tape"
|
|
desc = "Made for patching broken bones back together alongside bone gel, not for playing pranks."
|
|
prefix = "surgical"
|
|
conferred_embed = /datum/embedding/sticky_tape/surgical
|
|
splint_factor = 0.5
|
|
custom_price = PAYCHECK_CREW
|
|
merge_type = /obj/item/stack/medical/wrap/sticky_tape/surgical
|
|
greyscale_colors = "#70BAE7#BD6A62"
|
|
tape_gag = /obj/item/clothing/mask/muzzle/tape/surgical
|
|
|
|
/datum/embedding/sticky_tape/surgical
|
|
embed_chance = 30
|
|
|
|
/obj/item/stack/medical/wrap/sticky_tape/surgical/get_surgery_tool_overlay(tray_extended)
|
|
return "tape" + (tray_extended ? "" : "_out")
|
|
|
|
/obj/item/stack/medical/wrap/sticky_tape/duct
|
|
name = "duct tape"
|
|
singular_name = "duct tape"
|
|
desc = "Tape designed for sealing punctures, holes and breakages in objects. Engineers swear by this stuff for practically all kinds of repairs. Maybe a little TOO much..."
|
|
prefix = "duct taped"
|
|
conferred_embed = /datum/embedding/sticky_tape/duct
|
|
merge_type = /obj/item/stack/medical/wrap/sticky_tape/duct
|
|
var/object_repair_value = 30
|
|
amount = 10
|
|
max_amount = 10
|
|
|
|
/datum/embedding/sticky_tape/duct
|
|
embed_chance = 0 //Wrapping something in duct tape is basically ensuring it never embeds.
|
|
|
|
/obj/item/stack/medical/wrap/sticky_tape/duct/interact_with_atom_secondary(atom/interacting_with, mob/living/user, list/modifiers)
|
|
if(!object_repair_value)
|
|
return NONE
|
|
|
|
if(issilicon(interacting_with))
|
|
var/mob/living/silicon/robotic_pal = interacting_with
|
|
var/robot_is_damaged = robotic_pal.get_brute_loss()
|
|
|
|
if(!robot_is_damaged)
|
|
user.balloon_alert(user, "[robotic_pal] is not damaged!")
|
|
return ITEM_INTERACT_BLOCKING
|
|
|
|
user.visible_message(span_notice("[user] begins repairing [robotic_pal] with [src]."), span_notice("You begin repairing [robotic_pal] with [src]."))
|
|
playsound(user, 'sound/items/duct_tape/duct_tape_rip.ogg', 50, TRUE)
|
|
|
|
if(!do_after(user, 3 SECONDS, target = robotic_pal))
|
|
return ITEM_INTERACT_BLOCKING
|
|
|
|
robotic_pal.adjust_brute_loss(-object_repair_value)
|
|
use(1)
|
|
to_chat(user, span_notice("You finish repairing [interacting_with] with [src]."))
|
|
return ITEM_INTERACT_SUCCESS
|
|
|
|
if(!isobj(interacting_with) || iseffect(interacting_with))
|
|
return NONE
|
|
|
|
if(HAS_TRAIT(interacting_with, TRAIT_DUCT_TAPE_UNREPAIRABLE))
|
|
user.balloon_alert(user, "cannot be repaired with duct tape!")
|
|
return ITEM_INTERACT_BLOCKING
|
|
|
|
var/obj/item/object_to_repair = interacting_with
|
|
var/object_is_damaged = object_to_repair.get_integrity() < object_to_repair.max_integrity
|
|
|
|
if(!object_is_damaged)
|
|
user.balloon_alert(user, "[object_to_repair] is not damaged!")
|
|
return ITEM_INTERACT_BLOCKING
|
|
|
|
user.visible_message(span_notice("[user] begins repairing [object_to_repair] with [src]."), span_notice("You begin repairing [object_to_repair] with [src]."))
|
|
playsound(user, 'sound/items/duct_tape/duct_tape_rip.ogg', 50, TRUE)
|
|
|
|
if(!do_after(user, 3 SECONDS, target = object_to_repair))
|
|
return ITEM_INTERACT_BLOCKING
|
|
|
|
if(isclothing(object_to_repair))
|
|
var/obj/item/clothing/clothing_to_repair = object_to_repair
|
|
clothing_to_repair.repair()
|
|
else
|
|
object_to_repair.repair_damage(object_repair_value)
|
|
|
|
use(1)
|
|
to_chat(user, span_notice("You finish repairing [interacting_with] with [src]."))
|
|
return ITEM_INTERACT_SUCCESS
|