mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
Cleans up some copypasted src and accidently commited changes
This commit is contained in:
@@ -682,10 +682,10 @@
|
|||||||
status += "numb"
|
status += "numb"
|
||||||
if(status == "")
|
if(status == "")
|
||||||
status = "OK"
|
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)
|
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)
|
for(var/t in missing)
|
||||||
to_chat(src, "<span class='boldannounce'>Your [parse_zone(t)] is missing!</span>")
|
to_chat(src, "<span class='boldannounce'>Your [parse_zone(t)] is missing!</span>")
|
||||||
|
|||||||
@@ -556,7 +556,7 @@
|
|||||||
/obj/structure/sign/picture_frame/New(loc, dir, building)
|
/obj/structure/sign/picture_frame/New(loc, dir, building)
|
||||||
..()
|
..()
|
||||||
if(dir)
|
if(dir)
|
||||||
src.setDir(dir)
|
setDir(dir)
|
||||||
if(building)
|
if(building)
|
||||||
pixel_x = (dir & 3)? 0 : (dir == 4 ? -30 : 30)
|
pixel_x = (dir & 3)? 0 : (dir == 4 ? -30 : 30)
|
||||||
pixel_y = (dir & 3)? (dir ==1 ? -30 : 30) : 0
|
pixel_y = (dir & 3)? (dir ==1 ? -30 : 30) : 0
|
||||||
|
|||||||
Reference in New Issue
Block a user