Annihilates the colons! (#29812)

This commit is contained in:
Jordan Brown
2017-08-15 12:49:35 -03:00
committed by Leo
parent 23f161517b
commit d144c88fb5
20 changed files with 93 additions and 88 deletions
+2 -1
View File
@@ -44,7 +44,8 @@
qdel(src)
return
if((istype(W, /obj/item/weapon/weldingtool) && W:welding))
var/obj/item/weapon/weldingtool/WT = W
if((istype(WT) && WT.welding))
if(!status)
status = TRUE
GLOB.bombers += "[key_name(user)] welded a single tank bomb. Temp: [bombtank.air_contents.temperature-T0C]"