mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-13 16:13:19 +01:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user