TG: - Telecomm traffic control now has its own circuitboard and doesn't transform in

to a server when the monitor is disconnected/reconnected

Small fix for flamethrower
- Using an igniter on a flamethrower that already has one attached no longer
uses up the igniter
Revision: r3324
Author: 	 quartz235
This commit is contained in:
Ren Erthilo
2012-04-29 20:21:58 +01:00
parent bccd60b344
commit 71d3dc5531
3 changed files with 8 additions and 2 deletions
@@ -106,6 +106,7 @@
if(isigniter(W))
var/obj/item/device/assembly/igniter/I = W
if(I.secured) return 0
if(src.igniter) return
user.remove_from_mob(I)
I.loc = src
igniter = I