mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 11:34:19 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user