mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 03:33:21 +00:00
Move like every clothing icon file
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
/obj/random/multiple/voidsuit
|
||||
name = "Random Voidsuit"
|
||||
desc = "This is a random voidsuit."
|
||||
icon = 'icons/obj/clothing/spacesuits.dmi'
|
||||
icon = 'icons/inventory/suit/item.dmi'
|
||||
icon_state = "void"
|
||||
|
||||
/obj/random/multiple/voidsuit/item_to_spawn()
|
||||
@@ -98,7 +98,7 @@
|
||||
/obj/random/multiple/voidsuit/mining
|
||||
name = "Random Mining Voidsuit"
|
||||
desc = "This is a random mining voidsuit."
|
||||
icon = 'icons/obj/clothing/spacesuits.dmi'
|
||||
icon = 'icons/inventory/suit/item.dmi'
|
||||
icon_state = "rig-mining"
|
||||
|
||||
/obj/random/multiple/voidsuit/mining/item_to_spawn()
|
||||
@@ -116,7 +116,7 @@
|
||||
/obj/random/multiple/voidsuit/engineering
|
||||
name = "Random Engineering Voidsuit"
|
||||
desc = "This is a random engineering voidsuit."
|
||||
icon = 'icons/obj/clothing/spacesuits.dmi'
|
||||
icon = 'icons/inventory/suit/item.dmi'
|
||||
icon_state = "rig-engineering"
|
||||
|
||||
/obj/random/multiple/voidsuit/engineering/item_to_spawn()
|
||||
@@ -146,7 +146,7 @@
|
||||
/obj/random/multiple/voidsuit/security
|
||||
name = "Random Security Voidsuit"
|
||||
desc = "This is a random security voidsuit."
|
||||
icon = 'icons/obj/clothing/spacesuits.dmi'
|
||||
icon = 'icons/inventory/suit/item.dmi'
|
||||
icon_state = "rig-sec"
|
||||
|
||||
/obj/random/multiple/voidsuit/security/item_to_spawn()
|
||||
@@ -168,7 +168,7 @@
|
||||
/obj/random/multiple/voidsuit/medical
|
||||
name = "Random Medical Voidsuit"
|
||||
desc = "This is a random medical voidsuit."
|
||||
icon = 'icons/obj/clothing/spacesuits.dmi'
|
||||
icon = 'icons/inventory/suit/item.dmi'
|
||||
icon_state = "rig-medical"
|
||||
|
||||
/obj/random/multiple/voidsuit/medical/item_to_spawn()
|
||||
@@ -194,7 +194,7 @@
|
||||
/obj/random/multiple/voidsuit/vintage
|
||||
name = "Random Vintage Voidsuit"
|
||||
desc = "This is a random vintage voidsuit."
|
||||
icon = 'icons/obj/clothing/spacesuits.dmi'
|
||||
icon = 'icons/inventory/suit/item.dmi'
|
||||
icon_state = "rig-vintagecrew"
|
||||
|
||||
/obj/random/multiple/voidsuit/vintage/item_to_spawn()
|
||||
|
||||
Reference in New Issue
Block a user