Merge pull request #4316 from VOREStation/upstream-merge-5628

[MIRROR] Minor issues fix.
This commit is contained in:
Spades
2018-10-08 20:29:08 -04:00
committed by GitHub
3 changed files with 3 additions and 2 deletions
+1
View File
@@ -149,6 +149,7 @@
#define MAT_GLASS "glass"
#define MAT_SILVER "silver"
#define MAT_GOLD "gold"
#define MAT_URANIUM "uranium" //Did it
#define MAT_TITANIUM "titanium"
#define MAT_PHORON "phoron"
#define MAT_DIAMOND "diamond"
+1 -1
View File
@@ -395,7 +395,7 @@
return 0
// Do after stuff here
user << "<span class='notice'>You start to weld the [src]..</span>"
user << "<span class='notice'>You start to weld [src]..</span>"
playsound(src.loc, WT.usesound, 50, 1)
WT.eyecheck(user)
busy = 1
@@ -3,7 +3,7 @@
* Welding Tool
*/
/obj/item/weapon/weldingtool
name = "welding tool"
name = "\improper welding tool"
icon = 'icons/obj/tools.dmi'
icon_state = "welder"
item_state = "welder"