mirror of
https://github.com/fulpstation/fulpstation.git
synced 2025-12-10 10:01:40 +00:00
removed ded code, implemented suggestions. Fixed bugs.
This commit is contained in:
@@ -3,151 +3,113 @@
|
|||||||
|
|
||||||
head = /obj/item/clothing/head/helmet/space/plasmaman/white
|
head = /obj/item/clothing/head/helmet/space/plasmaman/white
|
||||||
uniform = /obj/item/clothing/under/plasmaman/enviroslacks
|
uniform = /obj/item/clothing/under/plasmaman/enviroslacks
|
||||||
r_hand = /obj/item/tank/internals/plasmaman/belt/full
|
|
||||||
mask = /obj/item/clothing/mask/breath
|
|
||||||
|
|
||||||
|
|
||||||
/datum/outfit/plasmaman/chef
|
/datum/outfit/plasmaman/chef
|
||||||
name = "Chef Plasmaman"
|
name = "Chef Plasmaman"
|
||||||
|
|
||||||
head = /obj/item/clothing/head/helmet/space/plasmaman/white
|
head = /obj/item/clothing/head/helmet/space/plasmaman/white
|
||||||
uniform = /obj/item/clothing/under/plasmaman/chef
|
uniform = /obj/item/clothing/under/plasmaman/chef
|
||||||
r_hand = /obj/item/tank/internals/plasmaman/belt/full
|
|
||||||
mask = /obj/item/clothing/mask/breath
|
|
||||||
|
|
||||||
/datum/outfit/plasmaman/botany
|
/datum/outfit/plasmaman/botany
|
||||||
name = "Botany Plasmaman"
|
name = "Botany Plasmaman"
|
||||||
|
|
||||||
head = /obj/item/clothing/head/helmet/space/plasmaman/botany
|
head = /obj/item/clothing/head/helmet/space/plasmaman/botany
|
||||||
uniform = /obj/item/clothing/under/plasmaman/botany
|
uniform = /obj/item/clothing/under/plasmaman/botany
|
||||||
r_hand = /obj/item/tank/internals/plasmaman/belt/full
|
|
||||||
mask = /obj/item/clothing/mask/breath
|
|
||||||
|
|
||||||
/datum/outfit/plasmaman/curator
|
/datum/outfit/plasmaman/curator
|
||||||
name = "Curator Plasmaman"
|
name = "Curator Plasmaman"
|
||||||
|
|
||||||
head = /obj/item/clothing/head/helmet/space/plasmaman/curator
|
head = /obj/item/clothing/head/helmet/space/plasmaman/curator
|
||||||
uniform = /obj/item/clothing/under/plasmaman/curator
|
uniform = /obj/item/clothing/under/plasmaman/curator
|
||||||
r_hand = /obj/item/tank/internals/plasmaman/belt/full
|
|
||||||
mask = /obj/item/clothing/mask/breath
|
|
||||||
|
|
||||||
/datum/outfit/plasmaman/chaplain
|
/datum/outfit/plasmaman/chaplain
|
||||||
name = "Chaplain Plasmaman"
|
name = "Chaplain Plasmaman"
|
||||||
|
|
||||||
head = /obj/item/clothing/head/helmet/space/plasmaman/chaplain
|
head = /obj/item/clothing/head/helmet/space/plasmaman/chaplain
|
||||||
uniform = /obj/item/clothing/under/plasmaman/chaplain
|
uniform = /obj/item/clothing/under/plasmaman/chaplain
|
||||||
r_hand = /obj/item/tank/internals/plasmaman/belt/full
|
|
||||||
mask = /obj/item/clothing/mask/breath
|
|
||||||
|
|
||||||
/datum/outfit/plasmaman/janitor
|
/datum/outfit/plasmaman/janitor
|
||||||
name = "Janitor Plasmaman"
|
name = "Janitor Plasmaman"
|
||||||
|
|
||||||
head = /obj/item/clothing/head/helmet/space/plasmaman/janitor
|
head = /obj/item/clothing/head/helmet/space/plasmaman/janitor
|
||||||
uniform = /obj/item/clothing/under/plasmaman/janitor
|
uniform = /obj/item/clothing/under/plasmaman/janitor
|
||||||
r_hand = /obj/item/tank/internals/plasmaman/belt/full
|
|
||||||
mask = /obj/item/clothing/mask/breath
|
|
||||||
|
|
||||||
/datum/outfit/plasmaman/security
|
/datum/outfit/plasmaman/security
|
||||||
name = "Security Plasmaman"
|
name = "Security Plasmaman"
|
||||||
|
|
||||||
head = /obj/item/clothing/head/helmet/space/plasmaman/security
|
head = /obj/item/clothing/head/helmet/space/plasmaman/security
|
||||||
uniform = /obj/item/clothing/under/plasmaman/security
|
uniform = /obj/item/clothing/under/plasmaman/security
|
||||||
r_hand = /obj/item/tank/internals/plasmaman/belt/full
|
|
||||||
mask = /obj/item/clothing/mask/breath
|
|
||||||
|
|
||||||
/datum/outfit/plasmaman/detective
|
/datum/outfit/plasmaman/detective
|
||||||
name = "Detective Plasmaman"
|
name = "Detective Plasmaman"
|
||||||
|
|
||||||
head = /obj/item/clothing/head/helmet/space/plasmaman/security
|
head = /obj/item/clothing/head/helmet/space/plasmaman/security
|
||||||
uniform = /obj/item/clothing/under/plasmaman/enviroslacks
|
uniform = /obj/item/clothing/under/plasmaman/enviroslacks
|
||||||
r_hand = /obj/item/tank/internals/plasmaman/belt/full
|
|
||||||
mask = /obj/item/clothing/mask/breath
|
|
||||||
|
|
||||||
/datum/outfit/plasmaman/warden
|
/datum/outfit/plasmaman/warden
|
||||||
name = "Warden Plasmaman"
|
name = "Warden Plasmaman"
|
||||||
|
|
||||||
head = /obj/item/clothing/head/helmet/space/plasmaman/security/warden
|
head = /obj/item/clothing/head/helmet/space/plasmaman/security/warden
|
||||||
uniform = /obj/item/clothing/under/plasmaman/security/warden
|
uniform = /obj/item/clothing/under/plasmaman/security/warden
|
||||||
r_hand = /obj/item/tank/internals/plasmaman/belt/full
|
|
||||||
mask = /obj/item/clothing/mask/breath
|
|
||||||
|
|
||||||
/datum/outfit/plasmaman/cargo
|
/datum/outfit/plasmaman/cargo
|
||||||
name = "Cargo Plasmaman"
|
name = "Cargo Plasmaman"
|
||||||
|
|
||||||
head = /obj/item/clothing/head/helmet/space/plasmaman/cargo
|
head = /obj/item/clothing/head/helmet/space/plasmaman/cargo
|
||||||
uniform = /obj/item/clothing/under/plasmaman/cargo
|
uniform = /obj/item/clothing/under/plasmaman/cargo
|
||||||
r_hand = /obj/item/tank/internals/plasmaman/belt/full
|
|
||||||
mask = /obj/item/clothing/mask/breath
|
|
||||||
|
|
||||||
/datum/outfit/plasmaman/mining
|
/datum/outfit/plasmaman/mining
|
||||||
name = "Mining Plasmaman"
|
name = "Mining Plasmaman"
|
||||||
|
|
||||||
head = /obj/item/clothing/head/helmet/space/plasmaman/mining
|
head = /obj/item/clothing/head/helmet/space/plasmaman/mining
|
||||||
uniform = /obj/item/clothing/under/plasmaman/mining
|
uniform = /obj/item/clothing/under/plasmaman/mining
|
||||||
r_hand = /obj/item/tank/internals/plasmaman/belt/full
|
|
||||||
mask = /obj/item/clothing/mask/breath
|
|
||||||
|
|
||||||
/datum/outfit/plasmaman/medical
|
/datum/outfit/plasmaman/medical
|
||||||
name = "Medical Plasmaman"
|
name = "Medical Plasmaman"
|
||||||
|
|
||||||
head = /obj/item/clothing/head/helmet/space/plasmaman/medical
|
head = /obj/item/clothing/head/helmet/space/plasmaman/medical
|
||||||
uniform = /obj/item/clothing/under/plasmaman/medical
|
uniform = /obj/item/clothing/under/plasmaman/medical
|
||||||
r_hand = /obj/item/tank/internals/plasmaman/belt/full
|
|
||||||
mask = /obj/item/clothing/mask/breath
|
|
||||||
|
|
||||||
/datum/outfit/plasmaman/viro
|
/datum/outfit/plasmaman/viro
|
||||||
name = "Virology Plasmaman"
|
name = "Virology Plasmaman"
|
||||||
|
|
||||||
head = /obj/item/clothing/head/helmet/space/plasmaman/viro
|
head = /obj/item/clothing/head/helmet/space/plasmaman/viro
|
||||||
uniform = /obj/item/clothing/under/plasmaman/viro
|
uniform = /obj/item/clothing/under/plasmaman/viro
|
||||||
r_hand = /obj/item/tank/internals/plasmaman/belt/full
|
|
||||||
mask = /obj/item/clothing/mask/breath
|
|
||||||
|
|
||||||
/datum/outfit/plasmaman/chemist
|
/datum/outfit/plasmaman/chemist
|
||||||
name = "Chemist Plasmaman"
|
name = "Chemist Plasmaman"
|
||||||
|
|
||||||
head = /obj/item/clothing/head/helmet/space/plasmaman/chemist
|
head = /obj/item/clothing/head/helmet/space/plasmaman/chemist
|
||||||
uniform = /obj/item/clothing/under/plasmaman/chemist
|
uniform = /obj/item/clothing/under/plasmaman/chemist
|
||||||
r_hand = /obj/item/tank/internals/plasmaman/belt/full
|
|
||||||
mask = /obj/item/clothing/mask/breath
|
|
||||||
|
|
||||||
/datum/outfit/plasmaman/genetics
|
/datum/outfit/plasmaman/genetics
|
||||||
name = "Genetics Plasmaman"
|
name = "Genetics Plasmaman"
|
||||||
|
|
||||||
head = /obj/item/clothing/head/helmet/space/plasmaman/genetics
|
head = /obj/item/clothing/head/helmet/space/plasmaman/genetics
|
||||||
uniform = /obj/item/clothing/under/plasmaman/genetics
|
uniform = /obj/item/clothing/under/plasmaman/genetics
|
||||||
r_hand = /obj/item/tank/internals/plasmaman/belt/full
|
|
||||||
mask = /obj/item/clothing/mask/breath
|
|
||||||
|
|
||||||
|
|
||||||
/datum/outfit/plasmaman/science
|
/datum/outfit/plasmaman/science
|
||||||
name = "Science Plasmaman"
|
name = "Science Plasmaman"
|
||||||
|
|
||||||
head = /obj/item/clothing/head/helmet/space/plasmaman/science
|
head = /obj/item/clothing/head/helmet/space/plasmaman/science
|
||||||
uniform = /obj/item/clothing/under/plasmaman/science
|
uniform = /obj/item/clothing/under/plasmaman/science
|
||||||
r_hand = /obj/item/tank/internals/plasmaman/belt/full
|
|
||||||
mask = /obj/item/clothing/mask/breath
|
|
||||||
|
|
||||||
/datum/outfit/plasmaman/robotics
|
/datum/outfit/plasmaman/robotics
|
||||||
name = "Robotics Plasmaman"
|
name = "Robotics Plasmaman"
|
||||||
|
|
||||||
head = /obj/item/clothing/head/helmet/space/plasmaman/robotics
|
head = /obj/item/clothing/head/helmet/space/plasmaman/robotics
|
||||||
uniform = /obj/item/clothing/under/plasmaman/robotics
|
uniform = /obj/item/clothing/under/plasmaman/robotics
|
||||||
r_hand = /obj/item/tank/internals/plasmaman/belt/full
|
|
||||||
mask = /obj/item/clothing/mask/breath
|
|
||||||
|
|
||||||
/datum/outfit/plasmaman/engineering
|
/datum/outfit/plasmaman/engineering
|
||||||
name = "Engineering Plasmaman"
|
name = "Engineering Plasmaman"
|
||||||
|
|
||||||
head = /obj/item/clothing/head/helmet/space/plasmaman/engineering
|
head = /obj/item/clothing/head/helmet/space/plasmaman/engineering
|
||||||
uniform = /obj/item/clothing/under/plasmaman/engineering
|
uniform = /obj/item/clothing/under/plasmaman/engineering
|
||||||
r_hand = /obj/item/tank/internals/plasmaman/belt/full
|
|
||||||
mask = /obj/item/clothing/mask/breath
|
|
||||||
|
|
||||||
/datum/outfit/plasmaman/atmospherics
|
/datum/outfit/plasmaman/atmospherics
|
||||||
name = "Atmospherics Plasmaman"
|
name = "Atmospherics Plasmaman"
|
||||||
|
|
||||||
head = /obj/item/clothing/head/helmet/space/plasmaman/atmospherics
|
head = /obj/item/clothing/head/helmet/space/plasmaman/atmospherics
|
||||||
uniform = /obj/item/clothing/under/plasmaman/atmospherics
|
uniform = /obj/item/clothing/under/plasmaman/atmospherics
|
||||||
r_hand = /obj/item/tank/internals/plasmaman/belt/full
|
|
||||||
mask = /obj/item/clothing/mask/breath
|
|
||||||
|
|||||||
@@ -65,8 +65,8 @@
|
|||||||
/obj/item/clothing/head/helmet/space/plasmaman/security
|
/obj/item/clothing/head/helmet/space/plasmaman/security
|
||||||
name = "security plasma envirosuit helmet"
|
name = "security plasma envirosuit helmet"
|
||||||
desc = "A plasmaman containment helmet designed for security officers, protecting them from being flashed and burning alive, along-side other undesirables."
|
desc = "A plasmaman containment helmet designed for security officers, protecting them from being flashed and burning alive, along-side other undesirables."
|
||||||
icon_state = "security_envirohelmet"
|
icon_state = "security_envirohelm"
|
||||||
item_state = "security_envirohelmet"
|
item_state = "security_envirohelm"
|
||||||
armor = list("melee" = 10, "bullet" = 0, "laser" = 0, "energy" = 0, "bomb" = 0, "bio" = 100, "rad" = 0, "fire" = 100, "acid" = 75)
|
armor = list("melee" = 10, "bullet" = 0, "laser" = 0, "energy" = 0, "bomb" = 0, "bio" = 100, "rad" = 0, "fire" = 100, "acid" = 75)
|
||||||
|
|
||||||
/obj/item/clothing/head/helmet/space/plasmaman/security/warden
|
/obj/item/clothing/head/helmet/space/plasmaman/security/warden
|
||||||
@@ -153,6 +153,7 @@
|
|||||||
desc = "A slight modification on a tradiational voidsuit helmet, this helmet was Nano-Trasen's first solution to the *logistical problems* that come with employing plasmamen. Despite their limitations, these helmets still see use by historian and old-styled plasmamen alike."
|
desc = "A slight modification on a tradiational voidsuit helmet, this helmet was Nano-Trasen's first solution to the *logistical problems* that come with employing plasmamen. Despite their limitations, these helmets still see use by historian and old-styled plasmamen alike."
|
||||||
icon_state = "prototype_envirohelm"
|
icon_state = "prototype_envirohelm"
|
||||||
item_state = "prototype_envirohelm"
|
item_state = "prototype_envirohelm"
|
||||||
|
actions_types = list()
|
||||||
|
|
||||||
/obj/item/clothing/head/helmet/space/plasmaman/botany
|
/obj/item/clothing/head/helmet/space/plasmaman/botany
|
||||||
name = "botany plasma envirosuit helmet"
|
name = "botany plasma envirosuit helmet"
|
||||||
|
|||||||
@@ -1,10 +1,3 @@
|
|||||||
//obj/item/clothing/under/plasmaman/civilian
|
|
||||||
// name = "civilian plasma envirosuit"
|
|
||||||
// desc = "A special containment suit that allows plasma-based lifeforms to exist safely in an oxygenated environment, and automatically extinguishes them in a crisis. Despite being airtight, it's not spaceworthy. It is painted grey."
|
|
||||||
// icon_state = "plasmaman_civilian"
|
|
||||||
// item_state = "plasmaman_civilian"
|
|
||||||
// item_color = "plasmaman_civilian"
|
|
||||||
|
|
||||||
/obj/item/clothing/under/plasmaman/cargo
|
/obj/item/clothing/under/plasmaman/cargo
|
||||||
name = "cargo plasma envirosuit"
|
name = "cargo plasma envirosuit"
|
||||||
desc = "A joint envirosuit used by plasmamen quartermasters and cargo techs alike, due to the logistical problems of differenciating the two with the length of their pant legs."
|
desc = "A joint envirosuit used by plasmamen quartermasters and cargo techs alike, due to the logistical problems of differenciating the two with the length of their pant legs."
|
||||||
|
|||||||
@@ -11,4 +11,4 @@
|
|||||||
desc = "A plasmaman containment suit designed for the warden, white stripes being added to differeciate them from other members of security."
|
desc = "A plasmaman containment suit designed for the warden, white stripes being added to differeciate them from other members of security."
|
||||||
icon_state = "warden_envirosuit"
|
icon_state = "warden_envirosuit"
|
||||||
item_state = "warden_envirosuit"
|
item_state = "warden_envirosuit"
|
||||||
item_color = "warden_envirosuit"
|
item_color = "warden_envirosuit"
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 180 KiB After Width: | Height: | Size: 180 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 86 KiB After Width: | Height: | Size: 86 KiB |
Reference in New Issue
Block a user