Skip to content

Commit

Permalink
supergule changes (#8543)
Browse files Browse the repository at this point in the history
Co-authored-by: Wrill <86113712+WrillWasTaken@users.noreply.github.com>
  • Loading branch information
VmpOS2NHSkhkejA9 and Wrill authored Jan 31, 2025
1 parent 4a8873c commit 2fd5a58
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions code/datums/autolathe/tools.dm
Original file line number Diff line number Diff line change
Expand Up @@ -159,3 +159,6 @@
/datum/design/autolathe/tool/rpd
name = "rapid piping device"
build_path = /obj/item/rpd

/datum/design/autolathe/tool/superglue
build_path = /obj/item/tool/tape_roll/glue
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
/datum/design/autolathe/tool/combi_driver,
/datum/design/autolathe/tool/armature_cutter,
/datum/design/autolathe/tool/weldertool_adv,
/datum/design/autolathe/tool/superglue,
/datum/design/autolathe/part/diamondblade,
/datum/design/autolathe/tool/rpd,
/datum/design/autolathe/container/hcase_engi,
Expand Down
4 changes: 2 additions & 2 deletions code/game/objects/items/weapons/tools/tape.dm
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
desc = "A bucket of milky white fluid. Can be used to stick things together, but unlike tape, it cannot be used to seal things."
icon = 'icons/obj/tools.dmi'
icon_state = "glue"
tool_qualities = list(QUALITY_ADHESIVE = 40, QUALITY_CAUTERIZING = 5) // Better than duct tape, but can't seal things and is mostly used in crafting - also, it's glue, so it can be used as an extremely shitty way of sealing wounds
matter = list(MATERIAL_BIOMATTER = 30)
tool_qualities = list(QUALITY_ADHESIVE = 50, QUALITY_CAUTERIZING = 5) // Better than duct tape, but can't seal things and is mostly used in crafting - also, it's glue, so it can be used as an extremely shitty way of sealing wounds
matter = list(MATERIAL_PLASTIC = 20)
worksound = NO_WORKSOUND

/obj/item/tool/tape_roll/attack(mob/living/carbon/human/H, mob/user)
Expand Down

0 comments on commit 2fd5a58

Please sign in to comment.