code folder. 221 files changed wew
This commit is contained in:
@@ -21,18 +21,15 @@
|
||||
/obj/item/stack/tile/attackby(obj/item/W, mob/user, params)
|
||||
|
||||
if (istype(W, /obj/item/weldingtool))
|
||||
var/obj/item/weldingtool/WT = W
|
||||
|
||||
if(get_amount() < 4)
|
||||
to_chat(user, "<span class='warning'>You need at least four tiles to do this!</span>")
|
||||
return
|
||||
|
||||
if(WT.is_hot() && !mineralType)
|
||||
if(!mineralType)
|
||||
to_chat(user, "<span class='warning'>You can not reform this!</span>")
|
||||
return
|
||||
|
||||
if(WT.remove_fuel(0,user))
|
||||
|
||||
if(W.use_tool(src, user, 0, volume=40))
|
||||
if(mineralType == "plasma")
|
||||
atmos_spawn_air("plasma=5;TEMP=1000")
|
||||
user.visible_message("<span class='warning'>[user.name] sets the plasma tiles on fire!</span>", \
|
||||
|
||||
Reference in New Issue
Block a user