mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 08:37:43 +01:00
Grep for space indentation (#54850)
#54604 atomizing Since a lot of the space indents are in lists ill atomize those later
This commit is contained in:
@@ -60,8 +60,8 @@ GLOBAL_LIST_INIT(rod_recipes, list ( \
|
||||
if(W.use_tool(src, user, 0, volume=40))
|
||||
var/obj/item/stack/sheet/metal/new_item = new(usr.loc)
|
||||
user.visible_message("<span class='notice'>[user.name] shaped [src] into metal with [W].</span>", \
|
||||
"<span class='notice'>You shape [src] into metal with [W].</span>", \
|
||||
"<span class='hear'>You hear welding.</span>")
|
||||
"<span class='notice'>You shape [src] into metal with [W].</span>", \
|
||||
"<span class='hear'>You hear welding.</span>")
|
||||
var/obj/item/stack/rods/R = src
|
||||
src = null
|
||||
var/replace = (user.get_inactive_held_item()==R)
|
||||
|
||||
Reference in New Issue
Block a user