Reduce lines by removing blank lines added by PJ's script

This commit is contained in:
Tigercat2000
2016-04-05 08:25:57 -07:00
parent 9d430844c3
commit 78f53553f8
1049 changed files with 3 additions and 8630 deletions
-4
View File
@@ -78,12 +78,10 @@
if(usr.stat || usr.restrained() || usr.lying || !istype(usr, /mob/living))
to_chat(usr, "\red You can't do that.")
return
if(!Adjacent(usr))
to_chat(usr, "You can't reach it.")
return
Reset()
@@ -369,7 +367,6 @@
to_chat(user, "\The [src] won't boot!")
attack_ai(var/mob/user as mob) // copypasta because server racks lose attack_hand()
if(stat)
Reset()
@@ -395,7 +392,6 @@
to_chat(user, "\The [src] won't boot!")
interact()
if(stat)
Reset()