Added VOREStation comments to our custom lines that were missing them and removed debugging code.

This commit is contained in:
Leshana
2017-05-20 16:51:41 -04:00
parent bff2340326
commit e4becce7bf
5 changed files with 10 additions and 21 deletions
+2
View File
@@ -68,6 +68,7 @@
new /obj/item/stack/rods(src.loc)
qdel(src)
return
// VOREStation Edit - Added Catwalks
if (istype(C, /obj/item/stack/rods))
var/obj/item/stack/rods/R = C
if(R.use(2))
@@ -77,6 +78,7 @@
new /obj/structure/catwalk(src.loc)
qdel(src)
return
// VOREStation Edit End
return
/obj/structure/lattice/proc/updateOverlays()
+2
View File
@@ -304,6 +304,7 @@
desc = "A direction sign, pointing out which way the Cargo department is."
icon_state = "direction_crg"
// VOREStation Edit - New signs for us
/obj/structure/sign/directions/command
icon = 'icons/obj/decals_vr.dmi'
name = "\improper Command department"
@@ -315,6 +316,7 @@
name = "\improper Space Elevator"
desc = "A direction sign, pointing out which way the Space Elevator is."
icon_state = "direction_elv"
// VOREStation Edit End
/obj/structure/sign/christmas/lights
name = "Christmas lights"