Merge pull request #3781 from Tastyfish/seems-legit

Moves space pod icons to goonstation license folder
This commit is contained in:
Fox McCloud
2016-03-07 04:38:05 -05:00
8 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
anchored = 1
layer = 3.9
icon = 'icons/48x48/pod_construction.dmi'
icon = 'icons/goonstation/48x48/pod_construction.dmi'
icon_state = "pod_1"
var/datum/construction/construct
+2 -2
View File
@@ -64,7 +64,7 @@
/obj/item/device/spacepod_equipment/weaponry
name = "pod weapon"
desc = "You shouldn't be seeing this"
icon = 'icons/pods/ship.dmi'
icon = 'icons/goonstation/pods/ship.dmi'
icon_state = "blank"
var/projectile_type
var/shot_cost = 0
@@ -102,7 +102,7 @@
/obj/item/device/spacepod_equipment/misc
name = "pod misc"
desc = "You shouldn't be seeing this"
icon = 'icons/pods/ship.dmi'
icon = 'icons/goonstation/pods/ship.dmi'
icon_state = "blank"
var/enabled
+2 -2
View File
@@ -1,6 +1,6 @@
/obj/item/pod_parts
parent_type = /obj/item/mecha_parts
icon = 'icons/pods/pod_parts.dmi'
icon = 'icons/goonstation/pods/pod_parts.dmi'
/obj/item/pod_parts/core
name="Space Pod Core"
@@ -120,6 +120,6 @@
/obj/item/pod_parts/armor
name = "civilian pod armor"
icon = 'icons/pods/pod_parts.dmi'
icon = 'icons/goonstation/pods/pod_parts.dmi'
icon_state = "pod_armor_civ"
desc = "Spacepod armor. This is the civilian version. It looks rather flimsy."
+1 -1
View File
@@ -4,7 +4,7 @@
/obj/spacepod
name = "\improper space pod"
desc = "A space pod meant for space travel."
icon = 'icons/48x48/pods.dmi'
icon = 'icons/goonstation/48x48/pods.dmi'
density = 1 //Dense. To raise the heat.
opacity = 0

Before

Width:  |  Height:  |  Size: 69 KiB

After

Width:  |  Height:  |  Size: 69 KiB

Before

Width:  |  Height:  |  Size: 56 KiB

After

Width:  |  Height:  |  Size: 56 KiB

Before

Width:  |  Height:  |  Size: 6.1 KiB

After

Width:  |  Height:  |  Size: 6.1 KiB

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB