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
-5
View File
@@ -48,12 +48,9 @@
if(istype(M))
M.unEquip(src)
to_chat(M, "[src] wriggles out of your grip!")
to_chat(src, "You wriggle out of [M]'s grip!")
else if(istype(src.loc,/obj/item))
to_chat(src, "You struggle free of [src.loc].")
src.forceMove(get_turf(src))
if(istype(M))
@@ -78,9 +75,7 @@
H.attack_hand(grabber)
to_chat(grabber, "<span class='notice'>You scoop up \the [src].")
to_chat(src, "<span class='notice'>\The [grabber] scoops you up.</span>")
grabber.status_flags |= PASSEMOTES
return H