- Commented out /obj/item/mecha_parts/mecha_equipment/jetpack due to it not having a sprite. When it has a sprite it will get uncommented. Sp get to spriting.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3144 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
baloh.matevz
2012-02-18 16:07:28 +00:00
parent 1ce3d7440f
commit 75a35847d8
3 changed files with 6 additions and 3 deletions
@@ -1,4 +1,6 @@
//TODO: Add critfail checks and reliability
//DO NOT ADD MECHA PARTS TO THE GAME WITH THE DEFAULT "SPRITE ME" SPRITE!
//I'm annoyed I even have to tell you this! SPRITE FIRST, then commit.
/obj/item/mecha_parts/mecha_equipment
name = "mecha equipment"
+3 -2
View File
@@ -1685,7 +1685,8 @@
do_after_cooldown()
return 1
/*
//NEEDS SPRITE! (When this gets uncommented search for 'TODO MECHA JETPACK SPRITE MISSING' through code to uncomment the place where it's missing.)
/obj/item/mecha_parts/mecha_equipment/jetpack
name = "Jetpack"
desc = "Using directed ion bursts and cunning solar wind reflection technique, this device enables controlled space flight."
@@ -1783,5 +1784,5 @@
sleep(equip_cooldown)
wait = 0
return 1
*/
+1 -1
View File
@@ -103,7 +103,7 @@
/obj/item/mecha_parts/mecha_equipment/tool/syringe_gun,
///obj/item/mecha_parts/mecha_equipment/repair_droid,
/obj/item/mecha_parts/mecha_equipment/generator,
/obj/item/mecha_parts/mecha_equipment/jetpack,
///obj/item/mecha_parts/mecha_equipment/jetpack, //TODO MECHA JETPACK SPRITE MISSING
/obj/item/mecha_parts/mecha_equipment/weapon/energy/taser,
/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/lmg,
/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/missile_rack/mousetrap_mortar,