mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-27 14:08:44 +01:00
porting healthbars from RS + mat fixes
This commit is contained in:
@@ -50,7 +50,7 @@
|
||||
if(W.has_tool_quality(TOOL_WELDER) && material.shard_can_repair)
|
||||
var/obj/item/weapon/weldingtool/WT = W.get_welder()
|
||||
if(WT.remove_fuel(0, user))
|
||||
material.place_sheet(loc)
|
||||
material.place_sheet(loc, 1)
|
||||
qdel(src)
|
||||
return
|
||||
return ..()
|
||||
|
||||
Reference in New Issue
Block a user