mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-10 18:02:57 +00:00
Merge pull request #15794 from zeroisthebiggay/patch-29
cauteries searing tools and energy scalpels now have heat and can be used to light cigarettes
This commit is contained in:
@@ -105,6 +105,7 @@
|
||||
attack_verb = list("burnt")
|
||||
tool_behaviour = TOOL_CAUTERY
|
||||
toolspeed = 1
|
||||
heat = 3500
|
||||
|
||||
/obj/item/cautery/attack(mob/living/L, mob/user)
|
||||
if(user.a_intent == INTENT_HELP)
|
||||
@@ -159,6 +160,7 @@
|
||||
icon = 'icons/obj/surgery.dmi'
|
||||
icon_state = "surgicaldrill_a"
|
||||
hitsound = 'sound/items/welder.ogg'
|
||||
heat = 3500
|
||||
|
||||
/obj/item/surgicaldrill/advanced/Initialize(mapload)
|
||||
. = ..()
|
||||
@@ -234,6 +236,7 @@
|
||||
toolspeed = 0.7
|
||||
light_color = LIGHT_COLOR_GREEN
|
||||
sharpness = SHARP_POINTY
|
||||
heat = 3500
|
||||
|
||||
/obj/item/scalpel/advanced/Initialize(mapload)
|
||||
. = ..()
|
||||
|
||||
Reference in New Issue
Block a user