Cleans up some copypasted src and accidently commited changes

This commit is contained in:
c0
2017-04-21 11:42:55 +03:00
parent 5c6b32cbc3
commit ebdb8f1809
2 changed files with 3 additions and 3 deletions

View File

@@ -682,10 +682,10 @@
status += "numb"
if(status == "")
status = "OK"
to_chat(src, " [status == "OK" ? "\blue" : "\red"] Your [LB.name] is [status].")
to_chat(src, "\t [status == "OK" ? "\blue" : "\red"] Your [LB.name] is [status].")
for(var/obj/item/I in LB.embedded_objects)
to_chat(src, " <a href='byond://?src=\ref[src];embedded_object=\ref[I];embedded_limb=\ref[LB]' class='warning'>There is \a [I] embedded in your [LB.name]!</a>")
to_chat(src, "\t <a href='byond://?src=\ref[src];embedded_object=\ref[I];embedded_limb=\ref[LB]' class='warning'>There is \a [I] embedded in your [LB.name]!</a>")
for(var/t in missing)
to_chat(src, "<span class='boldannounce'>Your [parse_zone(t)] is missing!</span>")

View File

@@ -556,7 +556,7 @@
/obj/structure/sign/picture_frame/New(loc, dir, building)
..()
if(dir)
src.setDir(dir)
setDir(dir)
if(building)
pixel_x = (dir & 3)? 0 : (dir == 4 ? -30 : 30)
pixel_y = (dir & 3)? (dir ==1 ? -30 : 30) : 0