Fix KA reskin mods and welding tool inhand

This commit is contained in:
Markolie
2017-02-13 19:12:26 +01:00
parent d53434d3d3
commit e3eac9cdc7
2 changed files with 2 additions and 3 deletions
+2 -3
View File
@@ -130,6 +130,7 @@
name = "welding tool"
icon = 'icons/obj/tools.dmi'
icon_state = "welder"
item_state = "welder"
flags = CONDUCT
slot_flags = SLOT_BELT
force = 3
@@ -151,10 +152,9 @@
create_reagents(max_fuel)
reagents.add_reagent("fuel", max_fuel)
update_icon()
return
/obj/item/weapon/weldingtool/examine(mob/user)
if(..(user, 0))
if(..(user, 1))
to_chat(user, "It contains [get_fuel()] unit\s of fuel out of [max_fuel].")
/obj/item/weapon/weldingtool/suicide_act(mob/user)
@@ -178,7 +178,6 @@
else
icon_state = "[initial(icon_state)][ratio]"
update_torch()
return
/obj/item/weapon/weldingtool/attackby(obj/item/I, mob/user, params)
if(isscrewdriver(I))