Icon Changes for next patches.

Tried to catch the three jetpack changes, and think I got them. If not, the conversion made is here.

 jetpack0(2) > jetpack(2)
 jetpack1(2) > jetpack-on(2)

 voidjetpack0(2) > jetpack-void(2)
 voidjetpack1(2) > jetpack-void-on(2)

 black_jetpack0(2) > jetpack-black(2)
 black_jetpack1(2) > jetpack-black-on(2)

So black_jetpack12 becomes jetpack-black-on2.
This commit is contained in:
Hawk-v3
2012-02-28 21:45:33 +00:00
parent ef1bdf7442
commit 883d732b8d
4 changed files with 3 additions and 3 deletions
+3 -3
View File
@@ -2,7 +2,7 @@
/obj/item/weapon/tank/jetpack
name = "Jetpack (Oxygen)"
desc = "A tank of compressed oxygen for use as propulsion in zero-gravity areas. Use with caution."
icon_state = "jetpack0"
icon_state = "jetpack"
w_class = 4.0
item_state = "jetpack"
distribute_pressure = ONE_ATMOSPHERE*O2STANDARD
@@ -83,12 +83,12 @@
/obj/item/weapon/tank/jetpack/void_jetpack
name = "Void Jetpack (Oxygen)"
desc = "It works well in a void."
icon_state = "voidjetpack0"
icon_state = "jetpack-void"
item_state = "jetpack-void"
/obj/item/weapon/tank/jetpack/black_jetpack
name = "Black Jetpack (Oxygen)"
desc = "A black model of jetpacks."
icon_state = "black_jetpack0"
icon_state = "jetpack-black"
item_state = "jetpack-black"