mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 07:08:00 +01:00
Fixing mistake so Travis can compile.
This commit is contained in:
@@ -888,7 +888,8 @@ About the new airlock wires panel:
|
||||
|
||||
src.add_fingerprint(user)
|
||||
if((istype(C, /obj/item/weapon/weldingtool) && !( src.operating ) && src.density))
|
||||
var/obj/item/weapon/weldingtool/W = C if(W.remove_fuel(0,user))
|
||||
var/obj/item/weapon/weldingtool/W = C
|
||||
if(W.remove_fuel(0,user))
|
||||
user.visible_message("<span class='warning'>[user] is [welded ? "unwelding":"welding"] the airlock.</span>", \
|
||||
"You begin [welded ? "unwelding":"welding"] the airlock...", \
|
||||
"You hear welding.")
|
||||
|
||||
Reference in New Issue
Block a user