Skip to content

Commit

Permalink
New Trauma Physician Uniform (Aurorastation#7973)
Browse files Browse the repository at this point in the history
  • Loading branch information
furrycactus authored and NonQueueingMatt committed Jan 13, 2020
1 parent 3d058d6 commit f097117
Show file tree
Hide file tree
Showing 12 changed files with 60 additions and 1 deletion.
4 changes: 3 additions & 1 deletion code/game/jobs/job/medical.dm
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,9 @@
name = "Trauma Physician"
jobtype = /datum/job/doctor

suit = /obj/item/clothing/suit/storage/toggle/fr_jacket
uniform = /obj/item/clothing/under/rank/medical/black
suit = /obj/item/clothing/suit/storage/toggle/labcoat/trauma
shoes = /obj/item/clothing/shoes/trauma
mask = /obj/item/clothing/mask/surgical
l_hand = /obj/item/storage/firstaid/adv

Expand Down
8 changes: 8 additions & 0 deletions code/modules/clothing/shoes/colour.dm
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,14 @@
permeability_coefficient = 0.01
armor = list(melee = 0, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 90, rad = 0)

/obj/item/clothing/shoes/trauma
name = "trauma physician shoes"
desc = "A pair of black and white shoes resistant to biological and chemical hazards."
icon_state = "trauma"
item_state = "black"
permeability_coefficient = 0.01
armor = list(melee = 0, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 90, rad = 0)

/obj/item/clothing/shoes/flats
desc = "A pair of black, low-heeled women's flats."
name = "black dress flats"
Expand Down
8 changes: 8 additions & 0 deletions code/modules/clothing/suits/labcoat.dm
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,14 @@
icon_closed = "labcoat_surgeon"
armor = list(melee = 0, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 60, rad = 0)

/obj/item/clothing/suit/storage/toggle/labcoat/trauma
name = "trauma physician labcoat"
desc = "A suit that protects against minor chemical spills. Offers slightly more protection against biohazards than the standard model. Has a black stripe on the shoulder."
icon_state = "labcoat_trauma_open"
icon_open = "labcoat_trauma_open"
icon_closed = "labcoat_trauma"
armor = list(melee = 0, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 60, rad = 0)

/obj/item/clothing/suit/storage/toggle/labcoat/science
name = "scientist labcoat"
desc = "A suit that protects against minor chemical spills. Has a purple stripe on the shoulder."
Expand Down
41 changes: 41 additions & 0 deletions html/changelogs/furrycactus - ep uniform.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
################################
# Example Changelog File
#
# Note: This file, and files beginning with ".", and files that don't end in ".yml" will not be read. If you change this file, you will look really dumb.
#
# Your changelog will be merged with a master changelog. (New stuff added only, and only on the date entry for the day it was merged.)
# When it is, any changes listed below will disappear.
#
# Valid Prefixes:
# bugfix
# wip (For works in progress)
# tweak
# soundadd
# sounddel
# rscadd (general adding of nice things)
# rscdel (general deleting of nice things)
# imageadd
# imagedel
# maptweak
# spellcheck (typo fixes)
# experiment
# balance
# admin
# backend
# security
# refactor
#################################

# Your name.
author: Furrycactus

# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again.
delete-after: True

# Any changes you've made. See valid prefix list above.
# INDENT WITH TWO SPACES. NOT TABS. SPACES.
# SCREW THIS UP AND IT WON'T WORK.
# Also, all entries are changed into a single [] after a master changelog generation. Just remove the brackets when you add new entries.
# Please surround your changes in double quotes ("), as certain characters otherwise screws up compiling. The quotes will not show up in the changelog.
changes:
- tweak: "Changed the Trauma Physician's uniform to be more in line with the fact that they are doctors and not paramedics. Puke jacket GET GONE."
Binary file modified icons/mob/feet.dmi
Binary file not shown.
Binary file modified icons/mob/species/machine/suit.dmi
Binary file not shown.
Binary file modified icons/mob/species/skrell/suit.dmi
Binary file not shown.
Binary file modified icons/mob/species/tajaran/suit.dmi
Binary file not shown.
Binary file modified icons/mob/species/unathi/suit.dmi
Binary file not shown.
Binary file modified icons/mob/suit.dmi
Binary file not shown.
Binary file modified icons/obj/clothing/shoes.dmi
Binary file not shown.
Binary file modified icons/obj/clothing/suits.dmi
Binary file not shown.

0 comments on commit f097117

Please sign in to comment.