Skip to content

Commit

Permalink
intendation accident
Browse files Browse the repository at this point in the history
  • Loading branch information
DeltaFire15 committed Dec 2, 2023
1 parent bfba7f8 commit e468b42
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -236,8 +236,8 @@
listofitems[path]["amount"]++
else
listofitems[path] = list("name" = C.name, "amount" = 1)
for(var/i in listofitems)
. += "<span class='notice'>[listofitems[i]["name"]] x[listofitems[i]["amount"]]</span>"
for(var/i in listofitems)
. += "<span class='notice'>[listofitems[i]["name"]] x[listofitems[i]["amount"]]</span>"

/obj/machinery/missile_builder/assembler/attackby(obj/item/I, mob/living/user, params)
. = ..()
Expand Down

0 comments on commit e468b42

Please sign in to comment.