mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-25 21:19:00 +01:00
Reduce lines by removing blank lines added by PJ's script
This commit is contained in:
@@ -115,7 +115,6 @@
|
||||
holder = new/obj/item/device/assembly_holder(get_turf(src))
|
||||
if(holder.attach(A,src,user))
|
||||
to_chat(user, "\blue You attach \the [A] to \the [src]!")
|
||||
|
||||
return 1
|
||||
return 0
|
||||
|
||||
@@ -129,10 +128,8 @@
|
||||
if(istype(W, /obj/item/weapon/screwdriver))
|
||||
if(toggle_secure())
|
||||
to_chat(user, "\blue \The [src] is ready!")
|
||||
|
||||
else
|
||||
to_chat(user, "\blue \The [src] can now be attached!")
|
||||
|
||||
return
|
||||
..()
|
||||
return
|
||||
@@ -148,12 +145,10 @@
|
||||
if((in_range(src, user) || loc == user))
|
||||
if(secured)
|
||||
to_chat(user, "\The [src] is ready!")
|
||||
|
||||
else
|
||||
to_chat(user, "\The [src] can be attached!")
|
||||
|
||||
|
||||
|
||||
attack_self(mob/user as mob)
|
||||
if(!user) return 0
|
||||
user.set_machine(src)
|
||||
|
||||
Reference in New Issue
Block a user