Finnishing touches, hopefully

Tweaks some indendation
This commit is contained in:
Artur
2020-04-08 18:32:45 +03:00
parent 3cf6524389
commit 75a2dd6900
+2 -2
View File
@@ -557,7 +557,8 @@ By design, d1 is the smallest direction and d2 is the highest
/obj/item/stack/cable_coil/attack_self(mob/user)
if(!use(15))
to_chat(user, "<span class='notice'>You dont have enough cable coil to make restraints out of them</span>")
to_chat(user, "<span class='notice'>You dont have enough cable coil to make restraints out of them</span>")
return
to_chat(user, "<span class='notice'>You start making some cable restraints.</span>")
if(!do_after(user, 30, TRUE, user, TRUE))
to_chat(user, "<span class='notice'>You fail to make cable restraints, you need to stand still while doing so.</span>")
@@ -568,7 +569,6 @@ By design, d1 is the smallest direction and d2 is the highest
result.color = color
to_chat(user, "<span class='notice'>You make some restraints out of cable</span>")
//add cables to the stack
/obj/item/stack/cable_coil/proc/give(extra)
if(amount + extra > max_amount)