Skip to content

Commit

Permalink
Roboticists have a new uniform reflecting their move to engineering. …
Browse files Browse the repository at this point in the history
…Eye glasses are smaller and more reasonable instead of taking up half the face. Throwing it out as a test run before changing the sunglasses to match, the special goggles can stay huge for all I care.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1104 316c924e-a436-60f5-8080-3fe189b3f50e
  • Loading branch information
bizarre.babel@gmail.com committed Feb 23, 2011
1 parent 7c525ef commit 00a7e43
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions code/defines/obj/clothing/jumpsuit.dm
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,15 @@
color = "miner"
permeability_coefficient = 0.50

/obj/item/clothing/under/rank/roboticist
desc = "A slimming black with reinforced seams. Great for industrial work."
name = "Roboticist Jumpsuit"
icon_state = "robotics"
item_state = "bl_suit"
color = "black"
permeability_coefficient = 0.25 //This is the protection a lab coat provided previously.
heat_transfer_coefficient = 0.75

/obj/item/clothing/under/rank/head_of_security
desc = "It has a Head of Security rank stripe on it."
name = "Head of Security Jumpsuit"
Expand Down
4 changes: 2 additions & 2 deletions code/game/jobs/jobprocs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -516,10 +516,10 @@
if ("Roboticist")
src.equip_if_possible(new /obj/item/device/radio/headset/headset_eng (src), slot_ears) // -- TLE
src.equip_if_possible(new /obj/item/device/pda/medical(src), slot_belt)
src.equip_if_possible(new /obj/item/clothing/under/color/black(src), slot_w_uniform)
src.equip_if_possible(new /obj/item/clothing/under/rank/roboticist(src), slot_w_uniform)
src.equip_if_possible(new /obj/item/clothing/shoes/black(src), slot_shoes)
src.equip_if_possible(new /obj/item/weapon/storage/backpack(src), slot_back)
src.equip_if_possible(new /obj/item/clothing/suit/labcoat(src), slot_wear_suit)
// src.equip_if_possible(new /obj/item/clothing/suit/labcoat(src), slot_wear_suit) // No longer medical or research, so away it goes!
// src.equip_if_possible(new /obj/item/weapon/crowbar(src), slot_in_backpack) //another job with toolbox and this
src.equip_if_possible(new /obj/item/clothing/gloves/latex(src), slot_gloves)
src.equip_if_possible(new /obj/item/weapon/storage/toolbox/mechanical(src), slot_l_hand)
Expand Down
Binary file modified icons/mob/eyes.dmi
Binary file not shown.
Binary file modified icons/mob/uniform.dmi
Binary file not shown.

0 comments on commit 00a7e43

Please sign in to comment.