diff --git a/code/game/vehicles/spacepods/construction.dm b/code/game/vehicles/spacepods/construction.dm index 478a064021f..0426b940d0b 100644 --- a/code/game/vehicles/spacepods/construction.dm +++ b/code/game/vehicles/spacepods/construction.dm @@ -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 diff --git a/code/game/vehicles/spacepods/equipment.dm b/code/game/vehicles/spacepods/equipment.dm index e151e75d99e..b9868a78c8f 100644 --- a/code/game/vehicles/spacepods/equipment.dm +++ b/code/game/vehicles/spacepods/equipment.dm @@ -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 diff --git a/code/game/vehicles/spacepods/parts.dm b/code/game/vehicles/spacepods/parts.dm index 1ab02b84654..28ec839b967 100644 --- a/code/game/vehicles/spacepods/parts.dm +++ b/code/game/vehicles/spacepods/parts.dm @@ -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." \ No newline at end of file diff --git a/code/game/vehicles/spacepods/spacepod.dm b/code/game/vehicles/spacepods/spacepod.dm index caf7c8b16be..d6b02e9da26 100644 --- a/code/game/vehicles/spacepods/spacepod.dm +++ b/code/game/vehicles/spacepods/spacepod.dm @@ -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 diff --git a/icons/48x48/pod_construction.dmi b/icons/goonstation/48x48/pod_construction.dmi similarity index 100% rename from icons/48x48/pod_construction.dmi rename to icons/goonstation/48x48/pod_construction.dmi diff --git a/icons/48x48/pods.dmi b/icons/goonstation/48x48/pods.dmi similarity index 100% rename from icons/48x48/pods.dmi rename to icons/goonstation/48x48/pods.dmi diff --git a/icons/pods/pod_parts.dmi b/icons/goonstation/pods/pod_parts.dmi similarity index 100% rename from icons/pods/pod_parts.dmi rename to icons/goonstation/pods/pod_parts.dmi diff --git a/icons/pods/ship.dmi b/icons/goonstation/pods/ship.dmi similarity index 100% rename from icons/pods/ship.dmi rename to icons/goonstation/pods/ship.dmi